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-09-08 18:42:18 +02:00
|
|
|
Twisted==19.7.0
|
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
|
|
|
|
2019-09-07 01:33:33 +02:00
|
|
|
# For doing highly usable Python profiling (temporary fork of
|
|
|
|
# line_profiler: https://github.com/rkern/line_profiler/issues/127)
|
|
|
|
lp37==2.1.1
|
|
|
|
|
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
|
2019-08-26 22:01:32 +02:00
|
|
|
pip-tools==4.1.0
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2019-07-26 04:45:18 +02:00
|
|
|
# zulip's linting framework - zulint
|
2019-08-25 01:38:20 +02:00
|
|
|
git+https://github.com/zulip/zulint@aaed679f1ad38b230090eadd3870b7682500f60c#egg=zulint==0.0.1
|
2019-07-26 04:45:18 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
-r mypy.in
|