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.
avro
1 parent 9554e5f commit 2543f2cCopy full SHA for 2543f2c
requirements.txt
@@ -1,5 +1,5 @@
1
typing==3.5.3
2
-avro-cwl ; python_version>="3"
+avro-cwl==1.8.4 ; python_version>="3"
3
future ; python_version>="3"
4
avro==1.8.1 ; python_version<"3"
5
ruamel.yaml>=0.12.4, <0.15
setup.py
@@ -39,7 +39,7 @@
39
40
extras_require={
41
':python_version<"3"': ['avro == 1.8.1'],
42
- ':python_version>="3"': ['future', 'avro-cwl == 1.8.3'] # fork of avro for working with python3
+ ':python_version>="3"': ['future', 'avro-cwl == 1.8.4'] # fork of avro for working with python3
43
}
44
45
setup(name='schema-salad',
0 commit comments