2017-08-30 00:45:33 +02:00
|
|
|
# After editing this file, you MUST afterward run
|
|
|
|
# /tools/update-locked-requirements to update requirements/dev_lock.txt.
|
|
|
|
# See requirements/README.md for more detail.
|
2017-08-22 06:33:16 +02:00
|
|
|
-r common.txt
|
2017-08-22 02:26:16 +02:00
|
|
|
-r docs.txt
|
2017-08-22 00:29:07 +02:00
|
|
|
|
|
|
|
# moto s3 mock
|
2017-10-27 23:25:21 +02:00
|
|
|
moto==1.1.24
|
2017-08-22 00:29:07 +02:00
|
|
|
|
2017-08-22 02:26:16 +02:00
|
|
|
# Needed for running tools/run-dev.py
|
2017-10-27 22:42:45 +02:00
|
|
|
Twisted==17.9.0
|
2017-08-22 00:29:07 +02:00
|
|
|
|
|
|
|
# Needed for documentation links test
|
|
|
|
Scrapy==1.4.0
|
2017-08-22 02:26:16 +02:00
|
|
|
|
|
|
|
# Needed to compute test coverage
|
|
|
|
coverage==4.4.1
|
|
|
|
|
|
|
|
# fake for LDAP testing
|
2017-11-11 01:02:56 +01:00
|
|
|
fakeldap==0.6.1
|
2017-08-22 02:26:16 +02:00
|
|
|
|
2017-11-14 21:04:35 +01:00
|
|
|
# For sorting imports
|
|
|
|
isort==4.2.15
|
|
|
|
|
2017-08-22 02:26:16 +02:00
|
|
|
# for pep8 linter
|
|
|
|
pycodestyle==2.3.1
|
|
|
|
|
|
|
|
# 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
|
|
|
|
gitlint==0.8.2
|
|
|
|
|
2017-09-04 14:35:08 +02:00
|
|
|
# Needed for visualising cprofile reports
|
|
|
|
snakeviz==0.4.2
|
|
|
|
|
2017-08-22 02:26:16 +02:00
|
|
|
# Needed to sync translations from transifex
|
|
|
|
transifex-client==0.12.4
|
|
|
|
|
2017-10-29 02:02:58 +01:00
|
|
|
# Needed for creating digital ocean droplets
|
|
|
|
python-digitalocean==1.12
|
|
|
|
|
2017-08-22 02:26:16 +02:00
|
|
|
# Needed for updating the locked pip dependencies
|
2017-10-27 21:38:28 +02:00
|
|
|
pip-tools==1.10.1
|
2017-08-22 06:08:42 +02:00
|
|
|
|
|
|
|
-r mypy.txt
|