Skip to content

Commit

Permalink
Merge 322c0af into a5cd404
Browse files Browse the repository at this point in the history
  • Loading branch information
hroncok committed Apr 12, 2021
2 parents a5cd404 + 322c0af commit d158e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -90,7 +90,7 @@ def find_packages(path, prefix):
version=__version__,
packages=list(find_packages([PACKAGE_ABSPATH], PACKAGE)),
scripts=[],
install_requires=['requests', 'citeproc-py>=0.4', 'six'],
install_requires=['requests', 'citeproc-py>=0.4', 'setuptools', 'six'],
extras_require={
'tests': [
'pytest',
Expand Down

0 comments on commit d158e06

Please sign in to comment.