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.
2 parents 84ae836 + 8d336cb commit 570d5c6Copy full SHA for 570d5c6
requirements/install.pip
@@ -1,4 +1,5 @@
1
-aniso8601>=0.82
+aniso8601==8.0.0; python_version < '3.5'
2
+aniso8601>=0.82; python_version >= '3.5'
3
jsonschema
4
Flask>=0.8
5
werkzeug
0 commit comments