Skip to content

Commit d25d1ca

Browse files
authored
Require setuptools, dingz/constants.py imports pkg_resources (#5)
1 parent 5a97dcb commit d25d1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author="Fabian Affolter",
2424
author_email="[email protected]",
2525
license="Apache License 2.0",
26-
install_requires=["aiohttp<4", "async_timeout<4", "click"],
26+
install_requires=["aiohttp<4", "async_timeout<4", "click", "setuptools"],
2727
packages=find_packages(),
2828
zip_safe=True,
2929
include_package_data=True,

0 commit comments

Comments
 (0)