mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-04-18 06:53:38 +00:00
swap out pydantic-settings for dotenv (speedup import time)
add short names for root options.
This commit is contained in:
@@ -21,11 +21,7 @@ classifiers = [
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
dependencies = [
|
||||
"typer>=0.16.0",
|
||||
"obsws-python>=1.7.2",
|
||||
"pydantic-settings>=2.9.1",
|
||||
]
|
||||
dependencies = ["typer>=0.16.0", "obsws-python>=1.7.2", "python-dotenv>=1.1.0"]
|
||||
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user