Skip to content

Commit 570d5c6

Browse files
authored
Merge pull request #259 from andreykurilin/fix_unittests
Cap aniso8601 for python 2.7 environments. contrib: andreykurilin
2 parents 84ae836 + 8d336cb commit 570d5c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/install.pip

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
aniso8601>=0.82
1+
aniso8601==8.0.0; python_version < '3.5'
2+
aniso8601>=0.82; python_version >= '3.5'
23
jsonschema
34
Flask>=0.8
45
werkzeug

0 commit comments

Comments
 (0)