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

Commit c6c9f72

Browse files
committed
Fix hca version number
Newer version use new token security method which breaks existing code
1 parent ba486f6 commit c6c9f72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ def read(fname):
2626
},
2727
long_description=read('README.md'),
2828
long_description_content_type="text/markdown",
29-
install_requires=['boto3 >= 1.6.0, < 2',
29+
install_requires=['boto3 >= 1.7.0, < 1.8',
3030
'cloud-blobstore >= 2.1.1, < 3',
31+
'CommonMark == 0.7.5',
3132
'crcmod >= 1.7, < 2',
3233
'dcplib >= 1.3.2, < 2',
3334
'google-cloud-storage >= 1.9.0, < 2',
34-
'hca >= 4.1.3, < 5',
35+
'hca == 4.1.4',
3536
'requests >= 2.18.4, < 3'],
3637
license='Apache License 2.0',
3738
include_package_data=True,

0 commit comments

Comments
 (0)