Skip to content

Commit

Permalink
python 3.4 require jsonpatch 1.24 (#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jan 30, 2020
1 parent d4f2758 commit 4cad6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def get_version(filename):
'pyyaml;python_version!="3.4"',
'six~=1.11',
'aws-sam-translator>=1.19.1',
'jsonpatch',
'jsonpatch;python_version!="3.4"',
'jsonpatch<=1.24;python_version=="3.4"',
'jsonschema~=3.0',
'pathlib2>=2.3.0;python_version<="3.4"',
'importlib_resources~=1.0.2;python_version<"3.7"',
Expand Down

0 comments on commit 4cad6b9

Please sign in to comment.