Skip to content

Commit 53b235f

Browse files
committed
Add six as a dependency instead of having it in the repo
1 parent 06d332d commit 53b235f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pyproject.toml

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

30-
dependencies = ["python-dotenv"]
30+
dependencies = ["python-dotenv", "six"]
3131

3232
[dependency-groups]
3333
test = ["tox"]

uv.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)