Skip to content

Commit 4fa0fed

Browse files
authored
fix: added dependencies for SSL support (#565)
1 parent 450898b commit 4fa0fed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,23 @@
7171
'attrs>=18.2.0',
7272
'click-completion>=0.5.0',
7373
'click>=6.7',
74+
'cryptography>=2.7',
7475
'cwltool==1.0.20181012180214',
7576
'environ_config>=18.2.0',
7677
'filelock>=3.0.0',
7778
'gitpython>=2.1.8',
7879
'patool>=1.12',
7980
'psutil>=5.4.7',
81+
'pyasn1>=0.4.5',
8082
'PyYAML>=3.12',
8183
'pyld>=1.0.3',
84+
'pyOpenSSL>=19.0.0',
8285
'python-dateutil>=2.6.1',
8386
'python-editor>=1.0.4',
8487
'rdflib-jsonld>=0.4.0',
8588
'requests>=2.21.0',
89+
'ndg-httpsclient>=0.5.1',
90+
'idna>=2.8',
8691
'tabulate>=0.7.7',
8792
'tqdm>=4.31.1',
8893
'werkzeug>=0.12',

0 commit comments

Comments
 (0)