Skip to content

Commit

Permalink
Require setuptools, bodhi/server/__init__.py imports from pkg_resources
Browse files Browse the repository at this point in the history
Signed-off-by: Miro Hrončok <[email protected]>
  • Loading branch information
hroncok authored and mergify[bot] committed Apr 13, 2021
1 parent 10876cd commit 447434d
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 @@ -91,7 +91,7 @@ def get_requirements(requirements_file='requirements.txt'):
'keywords': 'fedora',
'packages': ['bodhi'],
'include_package_data': True,
'install_requires': [],
'install_requires': ['setuptools'],
'tests_require': [
'requests',
'flake8',
Expand Down

0 comments on commit 447434d

Please sign in to comment.