Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Fix the install_requires version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu authored Sep 24, 2018
1 parent 470a7e7 commit 570d09e
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 @@ -21,7 +21,7 @@
packages=setuptools.find_packages(),
setup_requires=['setuptools_scm'],
install_requires=[
'cloud_inquisitor~=2.0.0',
'cloud_inquisitor~=2.0',
'flask>=0.12.2',
'argon2-cffi>=16.3.0',
],
Expand Down

0 comments on commit 570d09e

Please sign in to comment.