PyJWT>=2.4.0
PyYAML>=3.11
bottle>=0.12.8
colorama>=0.3.3
fasteners>=0.14.1
node-semver>=0.6.1
patch-ng>=1.17.4
pluginbase>=0.5
pygments>=2.0
python-dateutil>=2.7.0
requests>=2.25
six>=1.10.0
tqdm>=4.28.1
urllib3>=1.26.6

[:python_version <= "2.7"]
Jinja2<3.0.0,>=2.9
MarkupSafe<=2.0.1
configparser>=3.5

[:python_version >= "3"]
Jinja2>=3.0

[:sys_platform == "linux" or sys_platform == "linux2"]
distro>=1.0.2

[dev]
WebTest>=2.0.18
bottle
mock>=1.3.0
parameterized>=0.6.3
pytest-xdist

[dev:python_version < "3.0"]
pytest>=4.6.11

[dev:python_version > "3.0"]
pytest>=6.1.1

[test]
WebTest>=2.0.18
bottle
mock>=1.3.0
parameterized>=0.6.3
pytest-xdist

[test:python_version < "3.0"]
pytest>=4.6.11

[test:python_version > "3.0"]
pytest>=6.1.1
