Skip to content

Commit

Permalink
Fix install_requires version constraints
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
underyx committed Nov 24, 2015
1 parent bf7cf4e commit 73cc819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -23,8 +23,8 @@ def main():
],
long_description=open('README').read(),
install_requires=[
"clom==0.7.5",
"requests==2.6.0",
"clom>=0.7.5",
"requests>=2.6.0",
],
)

Expand Down

0 comments on commit 73cc819

Please sign in to comment.