Skip to content

Commit 3b49868

Browse files
committed
Move six to optional-dependencies
1 parent 53b235f commit 3b49868

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ classifiers = [
2727
"Topic :: Software Development :: Libraries :: Application Frameworks",
2828
]
2929

30-
dependencies = ["python-dotenv", "six"]
30+
dependencies = ["python-dotenv"]
31+
optional-dependencies = { compat = ["six"] }
3132

3233
[dependency-groups]
3334
test = ["tox"]

0 commit comments

Comments
 (0)