mitogen/dev_requirements.txt

18 lines
571 B
Plaintext
Raw Normal View History

-r docs/docs-requirements.txt
2018-06-25 00:30:23 +00:00
ansible==2.5.5
coverage==4.5.1
Django==1.6.11 # Last version supporting 2.6.
2017-10-06 22:30:44 +00:00
mock==2.0.0
pytz==2012d # Last 2.6-compat version.
paramiko==2.3.1 # Last 2.6-compat version.
pytest-catchlog==1.2.2
pytest==3.1.2
PyYAML==3.11; python_version < '2.7'
PyYAML==3.12; python_version >= '2.7'
timeoutcontext==1.2.0
2017-11-19 13:52:01 +00:00
unittest2==1.1.0
# Fix InsecurePlatformWarning while creating py26 tox environment
# https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
urllib3[secure]; python_version < '2.7.9'
google-api-python-client==1.6.5