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 6ec3158 commit 3cd2755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
packages=setuptools.find_packages(),
setup_requires=['setuptools_scm'],
install_requires=[
'cloud_inquisitor~=2.0.0',
'cinq_collector_aws~=2.0.0'
'cloud_inquisitor~=2.0',
'cinq_collector_aws~=2.0'
],
extras_require={
'dev': [],
Expand Down

0 comments on commit 3cd2755

Please sign in to comment.