Skip to content

Commit

Permalink
Require setuptools, operatorcourier/cli.py imports pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hrnciar committed Apr 27, 2021
1 parent 4f1a4ea commit 2ab91c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -25,7 +25,8 @@
'pyyaml',
'requests',
'validators',
'semver'
'semver',
'setuptools'
],
python_requires='>=3.6, <4',
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 2ab91c4

Please sign in to comment.