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-07-25 13:54:47 +02:00
|
|
|
moto==1.3.13
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
2019-07-04 11:32:41 +02:00
|
|
|
Twisted==19.2.1
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for documentation links test
|
2019-07-25 13:59:39 +02:00
|
|
|
Scrapy==1.7.2
|
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-07-25 13:48:58 +02:00
|
|
|
isort==4.3.21
|
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
|
|
|
|
2019-05-29 01:25:49 +02:00
|
|
|
# Needed for watching file changes
|
|
|
|
pyinotify==0.9.6
|
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
# Needed to run tests in parallel
|
2019-07-25 14:09:09 +02:00
|
|
|
tblib==1.4.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to lint Git commit messages
|
2019-07-25 13:43:56 +02:00
|
|
|
gitlint==0.12.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for visualising cprofile reports
|
2019-07-25 14:04:28 +02:00
|
|
|
snakeviz==2.0.1
|
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
|