Skip to content

Commit

Permalink
remove setuptools from runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deronnax committed Jul 23, 2024
1 parent e5e80eb commit e5096d3
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 e5096d3

Please sign in to comment.