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 #200 from mart-e/pyasn1_modules_version
Browse files Browse the repository at this point in the history
Adjust dependency on pyasn1_modules from ==0.0.5 to >=0.0.5.
  • Loading branch information
nathanielmanistaatgoogle committed Jun 22, 2015
2 parents bb37fa5 + 33c69ab commit b22e939
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 @@ -37,7 +37,7 @@
install_requires = [
'httplib2>=0.9.1',
'pyasn1==0.1.7',
'pyasn1_modules==0.0.5',
'pyasn1_modules>=0.0.5',
'rsa==3.1.4',
'six>=1.6.1',
]
Expand Down

0 comments on commit b22e939

Please sign in to comment.