We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d151315 commit c72b628Copy full SHA for c72b628
pyproject.toml
@@ -14,7 +14,7 @@ license = "MIT"
14
license-files = ["LICENSE"]
15
classifiers = [
16
"Development Status :: 5 - Production/Stable",
17
- "License-Expression :: MIT",
+# "License-Expression :: MIT",
18
"Intended Audience :: Developers",
19
"Natural Language :: English",
20
"Operating System :: OS Independent",
@@ -73,6 +73,7 @@ dev = [
73
"pre-commit==4.2.0",
74
"pytest~=8.3.5",
75
"pytest-asyncio~=0.24.0",
76
+ "python-dotenv>=1.1.1",
77
"ruff>=0.11.9",
78
]
79
ci = [
0 commit comments