We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406d4ba commit ee730d4Copy full SHA for ee730d4
setup.py
@@ -24,7 +24,6 @@
24
author_email='[email protected]',
25
url="https://github.com/common-workflow-language/common-workflow-language",
26
download_url="https://github.com/common-workflow-language/common-workflow-language",
27
- extras_require={':python_version>="2.7"': ['typing']},
28
license='Apache 2.0',
29
packages=["cwltool"],
30
package_data={'cwltool': ['schemas/draft-3/*.yml',
@@ -37,7 +36,8 @@
37
36
'rdflib >= 4.1.0',
38
'rdflib-jsonld >= 0.3.0',
39
'shellescape',
40
- 'schema_salad == 1.7.20160316203940'
+ 'schema_salad == 1.7.20160316203940',
+ 'typing'
41
],
42
test_suite='tests',
43
tests_require=[],
0 commit comments