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
|
|
|
|
moto==1.1.24
|
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
|
|
|
Twisted==17.9.0
|
|
|
|
|
|
|
|
# Needed for documentation links test
|
|
|
|
Scrapy==1.4.0
|
|
|
|
|
|
|
|
# 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
|
|
|
|
isort==4.2.15
|
|
|
|
|
|
|
|
# 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
|
2018-02-13 20:08:44 +01:00
|
|
|
gitlint==0.9.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for visualising cprofile reports
|
|
|
|
snakeviz==0.4.2
|
|
|
|
|
|
|
|
# Needed to sync translations from transifex
|
|
|
|
transifex-client==0.12.4
|
|
|
|
|
|
|
|
# Needed for creating digital ocean droplets
|
|
|
|
python-digitalocean==1.12
|
|
|
|
|
|
|
|
# Needed for updating the locked pip dependencies
|
|
|
|
pip-tools==1.10.1
|
|
|
|
|
|
|
|
-r mypy.in
|