Skip to content

Commit

Permalink
Merge pull request Kozea#1545 from deronnax/remove-setuptools-from-ru…
Browse files Browse the repository at this point in the history
…ntime-deps

remove setuptools from runtime dependencies
  • Loading branch information
pbiering authored Jul 23, 2024
2 parents e5e80eb + e5096d3 commit 61be51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
install_requires = ["defusedxml", "passlib", "vobject>=0.9.6",
"python-dateutil>=2.7.3",
"pika>=1.1.0",
"setuptools; python_version<'3.9'"]
]
bcrypt_requires = ["bcrypt"]
test_requires = ["pytest>=7", "typeguard<4.3", "waitress", *bcrypt_requires]

Expand Down

0 comments on commit 61be51e

Please sign in to comment.