Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Merge pull request #204 from dhermes/fix-202
Browse files Browse the repository at this point in the history
Changing pinned dependencies to >=.
  • Loading branch information
dhermes committed Jun 24, 2015
2 parents c5eb9f1 + 9d06b7c commit 58f1c56
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 @@ -36,9 +36,9 @@

install_requires = [
'httplib2>=0.9.1',
'pyasn1==0.1.7',
'pyasn1>=0.1.7',
'pyasn1_modules>=0.0.5',
'rsa==3.1.4',
'rsa>=3.1.4',
'six>=1.6.1',
]

Expand Down

0 comments on commit 58f1c56

Please sign in to comment.