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.
|
2020-04-18 01:45:40 +02:00
|
|
|
-r pip.in
|
|
|
|
-r prod.in
|
2017-11-17 02:41:06 +01:00
|
|
|
-r docs.in
|
|
|
|
|
|
|
|
# moto s3 mock
|
2021-01-29 20:57:02 +01:00
|
|
|
moto>=1.3.17.dev221 # https://github.com/spulec/moto/issues/3460
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
2019-09-23 01:34:04 +02:00
|
|
|
Twisted
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for documentation links test
|
2019-09-23 01:34:04 +02:00
|
|
|
Scrapy
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to compute test coverage
|
2019-09-23 01:34:04 +02:00
|
|
|
coverage
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# fake for LDAP testing
|
2020-06-25 04:50:03 +02:00
|
|
|
fakeldap
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2018-05-21 06:57:24 +02:00
|
|
|
# For testing mock http requests
|
2021-01-29 20:57:02 +01:00
|
|
|
responses
|
2018-05-21 06:57:24 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
# For sorting imports
|
2020-07-09 23:43:25 +02:00
|
|
|
isort
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2020-07-09 23:43:25 +02:00
|
|
|
# For doing highly usable Python profiling
|
|
|
|
line-profiler
|
2019-09-07 01:33:33 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
# for pep8 linter
|
2019-09-23 01:34:04 +02:00
|
|
|
pycodestyle
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to run pyflakes linter
|
2019-09-23 01:34:04 +02:00
|
|
|
pyflakes
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2019-05-29 01:25:49 +02:00
|
|
|
# Needed for watching file changes
|
2019-09-23 01:34:04 +02:00
|
|
|
pyinotify
|
2019-05-29 01:25:49 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
# Needed to run tests in parallel
|
2019-09-23 01:34:04 +02:00
|
|
|
tblib
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed to lint Git commit messages
|
2019-09-23 01:34:04 +02:00
|
|
|
gitlint
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for visualising cprofile reports
|
2019-09-23 01:34:04 +02:00
|
|
|
snakeviz
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2020-07-30 02:09:05 +02:00
|
|
|
# Needed for creating DigitalOcean droplets
|
2019-09-23 01:34:04 +02:00
|
|
|
python-digitalocean
|
2017-11-17 02:41:06 +01:00
|
|
|
|
|
|
|
# Needed for updating the locked pip dependencies
|
2020-06-25 02:29:22 +02:00
|
|
|
pip-tools
|
2017-11-17 02:41:06 +01:00
|
|
|
|
2019-07-26 04:45:18 +02:00
|
|
|
# zulip's linting framework - zulint
|
2021-02-10 18:17:07 +01:00
|
|
|
https://github.com/zulip/zulint/archive/20508eb8939e909806e6c8018fadfc24e854a02a.zip#egg=zulint==0.0.1
|
2019-07-26 04:45:18 +02:00
|
|
|
|
2017-11-17 02:41:06 +01:00
|
|
|
-r mypy.in
|
2020-03-22 23:49:01 +01:00
|
|
|
|
2020-06-25 02:29:22 +02:00
|
|
|
# These modules are built into later versions of Python and will
|
|
|
|
# generate different locked files if executed with Python ≥ 3.7, so
|
|
|
|
# despite being dependent packages, they have to be added separately.
|
|
|
|
importlib-metadata;python_version<"3.8" # for jsonpickle, jsonschema
|
2020-04-20 19:16:27 +02:00
|
|
|
|
|
|
|
# Needed for using integration logo svg files as bot avatars
|
|
|
|
cairosvg
|
2020-05-02 02:36:23 +02:00
|
|
|
|
|
|
|
# Needed for tools/check-thirdparty
|
|
|
|
python-debian
|
2020-07-30 22:01:28 +02:00
|
|
|
|
|
|
|
# Pattern-based lint tool
|
|
|
|
semgrep
|
2020-09-16 23:24:19 +02:00
|
|
|
|
|
|
|
# Contains Pysa, a security-focused static analyzer
|
|
|
|
pyre-check
|