File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
'CacheControl >= 0.11.7, < 0.12' ,
39
39
'lockfile >= 0.9' ]
40
40
41
- install_requires .append ("avro" ) # TODO: remove me once cwltool is
41
+ # install_requires.append("avro") # TODO: remove me once cwltool is
42
42
# available in Debian Stable, Ubuntu 12.04 LTS
43
43
44
- # extras_require={ # TODO: uncomment me, same conditions as above
45
- # ':python_version<"3"': ['avro'],
46
- # ':python_version>="3"': ['avro-python3']}
47
- extras_require = {} # TODO: to be removed when the above is added
44
+ extras_require = { # TODO: uncomment me, same conditions as above
45
+ ':python_version<"3"' : ['avro' ],
46
+ ':python_version>="3"' : ['avro-python3' ]}
47
+ # extras_require = {} # TODO: to be removed when the above is added
48
48
49
49
setup (name = 'schema-salad' ,
50
50
version = '2.5' ,
You can’t perform that action at this time.
0 commit comments