2017-11-17 02:41:06 +01:00
|
|
|
# After editing this file, you MUST afterward run
|
|
|
|
# /tools/update-locked-requirements to update requirements/dev.txt.
|
|
|
|
# See requirements/README.md for more detail.
|
|
|
|
-r common.in
|
|
|
|
-r docs.in
|
|
|
|
|
|
|
|
# moto s3 mock
|
2019-04-28 11:14:16 +02:00
|
|
|
moto==1.3.7
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
2019-04-24 17:13:02 +02:00
|
|
|
Twisted==19.2.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for documentation links test
|
2019-03-06 10:09:49 +01:00
|
|
|
Scrapy==1.6.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to compute test coverage
|
2019-04-24 19:23:42 +02:00
|
|
|
coverage==4.5.3
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# fake for LDAP testing
|
|
|
|
fakeldap==0.6.1
|
|
|
|
|
2018-05-21 06:57:24 +02:00
|
|
|
# For testing mock http requests
|
2018-11-09 11:17:11 +01:00
|
|
|
httpretty==0.9.6
|
2018-05-21 06:57:24 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
# For sorting imports
|
2019-04-24 17:09:21 +02:00
|
|
|
isort==4.3.17
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# for pep8 linter
|
2019-01-31 14:32:37 +01:00
|
|
|
pycodestyle==2.5.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to run pyflakes linter
|
2019-03-06 10:02:29 +01:00
|
|
|
pyflakes==2.1.1
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to run tests in parallel
|
|
|
|
tblib==1.3.2
|
|
|
|
|
|
|
|
# Needed to lint Git commit messages
|
2019-04-24 19:27:14 +02:00
|
|
|
gitlint==0.11.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for visualising cprofile reports
|
2019-04-24 14:15:38 +02:00
|
|
|
snakeviz==2.0.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to sync translations from transifex
|
2018-02-14 09:13:32 +01:00
|
|
|
transifex-client==0.12.5
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for creating digital ocean droplets
|
2018-11-09 16:11:57 +01:00
|
|
|
python-digitalocean==1.14.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for updating the locked pip dependencies
|
2018-05-02 18:46:25 +02:00
|
|
|
pip-tools==2.0.2
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
-r mypy.in
|