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.
six
optional-dependencies
1 parent 53b235f commit 3b49868Copy full SHA for 3b49868
pyproject.toml
@@ -27,7 +27,8 @@ classifiers = [
27
"Topic :: Software Development :: Libraries :: Application Frameworks",
28
]
29
30
-dependencies = ["python-dotenv", "six"]
+dependencies = ["python-dotenv"]
31
+optional-dependencies = { compat = ["six"] }
32
33
[dependency-groups]
34
test = ["tox"]
0 commit comments