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

Commit 570d09e

Browse files
author
Liu
authored
Fix the install_requires version issue
1 parent 470a7e7 commit 570d09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=setuptools.find_packages(),
2222
setup_requires=['setuptools_scm'],
2323
install_requires=[
24-
'cloud_inquisitor~=2.0.0',
24+
'cloud_inquisitor~=2.0',
2525
'flask>=0.12.2',
2626
'argon2-cffi>=16.3.0',
2727
],

0 commit comments

Comments
 (0)