2017-09-21 16:52:43 +00:00
|
|
|
-r docs/docs-requirements.txt
|
2018-11-03 13:28:37 +00:00
|
|
|
psutil==5.4.8
|
2018-04-01 01:04:41 +00:00
|
|
|
coverage==4.5.1
|
2018-06-24 20:12:26 +00:00
|
|
|
Django==1.6.11 # Last version supporting 2.6.
|
2017-10-06 22:30:44 +00:00
|
|
|
mock==2.0.0
|
2018-09-30 20:32:45 +00:00
|
|
|
pytz==2018.5
|
2018-10-26 10:36:49 +00:00
|
|
|
cffi==1.11.2 # Random pin to try and fix pyparser==2.18 not having effect
|
2018-10-26 10:15:41 +00:00
|
|
|
pycparser==2.18 # Last version supporting 2.6.
|
2018-10-29 15:23:57 +00:00
|
|
|
faulthandler==3.1; python_version < '3.3' # used by testlib
|
2017-10-04 22:30:23 +00:00
|
|
|
pytest-catchlog==1.2.2
|
2017-09-17 12:26:57 +00:00
|
|
|
pytest==3.1.2
|
2018-03-14 00:23:24 +00:00
|
|
|
PyYAML==3.11; python_version < '2.7'
|
|
|
|
PyYAML==3.12; python_version >= '2.7'
|
2018-04-01 00:17:29 +00:00
|
|
|
timeoutcontext==1.2.0
|
2017-11-19 13:52:01 +00:00
|
|
|
unittest2==1.1.0
|
2018-03-14 00:23:24 +00:00
|
|
|
# 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'
|