Skip to content

Commit 58f1c56

Browse files
committed
Merge pull request googleapis#204 from dhermes/fix-202
Changing pinned dependencies to >=.
2 parents c5eb9f1 + 9d06b7c commit 58f1c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
install_requires = [
3838
'httplib2>=0.9.1',
39-
'pyasn1==0.1.7',
39+
'pyasn1>=0.1.7',
4040
'pyasn1_modules>=0.0.5',
41-
'rsa==3.1.4',
41+
'rsa>=3.1.4',
4242
'six>=1.6.1',
4343
]
4444

0 commit comments

Comments
 (0)