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
|
2018-05-02 18:30:30 +02:00
|
|
|
moto==1.3.3
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
2018-05-02 19:59:38 +02:00
|
|
|
Twisted==18.4.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for documentation links test
|
2018-02-13 21:14:57 +01:00
|
|
|
Scrapy==1.5.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to compute test coverage
|
2018-02-13 19:51:53 +01:00
|
|
|
coverage==4.5.1
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# fake for LDAP testing
|
|
|
|
fakeldap==0.6.1
|
|
|
|
|
|
|
|
# For sorting imports
|
2018-02-13 20:22:04 +01:00
|
|
|
isort==4.3.4
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# for pep8 linter
|
2018-05-14 03:31:47 +02:00
|
|
|
pycodestyle==2.4.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to run pyflakes linter
|
|
|
|
pyflakes==1.6.0
|
|
|
|
|
|
|
|
# Needed to run tests in parallel
|
|
|
|
tblib==1.3.2
|
|
|
|
|
|
|
|
# Needed to lint Git commit messages
|
2018-05-03 21:37:45 +02:00
|
|
|
gitlint==0.10.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for visualising cprofile reports
|
|
|
|
snakeviz==0.4.2
|
|
|
|
|
|
|
|
# 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-02-14 11:35:54 +01:00
|
|
|
python-digitalocean==1.13.2
|
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
|