six~=1.11
aws-sam-translator>=1.25.0
jsonschema~=3.0
junit-xml~=1.9

[:python_version != "3.4"]
pyyaml
jsonpatch

[:python_version < "3.5"]
networkx<=2.2

[:python_version < "3.7" and python_version != "3.4"]
importlib_resources~=1.4

[:python_version <= "3.4"]
pathlib2>=2.3.0

[:python_version == "3.4"]
pyyaml<=5.2
jsonpatch<=1.24
importlib_resources~=1.0.2

[:python_version >= "3.5"]
networkx~=2.4
