upd dependencies

This commit is contained in:
onyx-and-iris 2025-07-24 04:21:58 +01:00
parent 8c37ce1fc0
commit 3b184c6531

View File

@ -21,12 +21,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
] ]
dependencies = [ dependencies = ["cyclopts>=3.22.2", "obsws-python>=1.8.0"]
"cyclopts>=3.22.2",
"typer>=0.16.0",
"obsws-python>=1.8.0",
"python-dotenv>=1.1.0",
]
[project.urls] [project.urls]