diff --git a/pyproject.toml b/pyproject.toml index 2262c87..af815a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,12 +21,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -dependencies = [ - "cyclopts>=3.22.2", - "typer>=0.16.0", - "obsws-python>=1.8.0", - "python-dotenv>=1.1.0", -] +dependencies = ["cyclopts>=3.22.2", "obsws-python>=1.8.0"] [project.urls]