Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed May 17, 2024
1 parent c5b1831 commit f9c0cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def run(self):
'develop': ExtraDevelop,
'install': ExtraInstall,
},
setup_requires=[
'setuptools>=42.0.0',
],
install_requires=REQUIREMENTS_BASE,
extras_require={'dev': REQUIREMENTS_DEV}
)

0 comments on commit f9c0cb2

Please sign in to comment.