You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
634 B
Plaintext
17 lines
634 B
Plaintext
-r docs/docs-requirements.txt
|
|
ansible==2.3.1.0
|
|
Django==1.6.11; python_version < '2.7'
|
|
Django==1.11.5; python_version >= '2.7' # for module_finder_test
|
|
https://github.com/docker/docker-py/archive/1.10.6.tar.gz; python_version < '2.7'
|
|
docker[tls]==2.5.1; python_version >= '2.7'
|
|
mock==2.0.0
|
|
pytest-catchlog==1.2.2
|
|
pytest==3.1.2
|
|
PyYAML==3.11; python_version < '2.7'
|
|
PyYAML==3.12; python_version >= '2.7'
|
|
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
|