swap out pydantic-settings for dotenv (speedup import time)

add short names for root options.
This commit is contained in:
2025-06-03 12:39:39 +01:00
parent 7b94ca2d7d
commit 8a04303af7
6 changed files with 82 additions and 184 deletions

View File

@@ -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]