Skip to content

Commit

Permalink
Merge pull request #23 from JayZ12138/master
Browse files Browse the repository at this point in the history
Get rid of jsonschema version lock [fixes #22]
  • Loading branch information
JayZ12138 committed Apr 1, 2019
2 parents d0f8b62 + 0e4cf4b commit 311f1d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
six
requests
jsonschema==2.5.1
# Old Python needs old jsonschema
jsonschema<=2.5.1; python_version<'2.7'
jsonschema; python_version>='2.7'
# Old Python needs old PyYAML
PyYAML<3.12; python_version<'3'
# New Python can use newest PyYAML
PyYAML; python_version>='3'
ordereddict; python_version<'2.7'
PyYAML; python_version>='3'

0 comments on commit 311f1d2

Please sign in to comment.