File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ requests>=2.4.3
2
2
ruamel.yaml >= 0.12.4 ,<= 0.15.51
3
3
rdflib >= 4.2.2 ,< 4.3
4
4
shellescape >= 3.4.1 ,< 3.5
5
- schema-salad >= 2.7.20180719125426 ,< 3
5
+ schema-salad >= 2.7.20180905124720 ,< 3
6
6
typing >= 3.5.3 ; python_version < "3.6"
7
7
pathlib2 == 2.3.2 ; python_version < "3"
8
8
prov == 1.5.1
Original file line number Diff line number Diff line change 11
11
try :
12
12
import gittaggers
13
13
14
- tagger = gittaggers .EggInfoFromGit
14
+ Tagger = gittaggers .EggInfoFromGit
15
15
except ImportError :
16
- tagger = egg_info_cmd .egg_info
16
+ Tagger = egg_info_cmd .egg_info
17
17
18
18
needs_pytest = {'pytest' , 'test' , 'ptr' }.intersection (sys .argv )
19
19
pytest_runner = ['pytest-runner' , 'pytest-cov' ] if needs_pytest else []
55
55
'ruamel.yaml >= 0.12.4, < 0.16' ,
56
56
'rdflib >= 4.2.2, < 4.3.0' ,
57
57
'shellescape >= 3.4.1, < 3.5' ,
58
- 'schema-salad >= 2.7.20180719125426 , < 3' ,
58
+ 'schema-salad >= 2.7.20180905124720 , < 3' ,
59
59
'mypy-extensions' ,
60
60
'six >= 1.9.0' , # >= 1.9.0 required by prov
61
61
'psutil' ,
78
78
'console_scripts' : ["cwltool=cwltool.main:run" ]
79
79
},
80
80
zip_safe = True ,
81
- cmdclass = {'egg_info' : tagger },
81
+ cmdclass = {'egg_info' : Tagger },
82
82
classifiers = [
83
83
'Development Status :: 5 - Production/Stable' ,
84
84
'Environment :: Console' ,
You can’t perform that action at this time.
0 commit comments