mirror of https://github.com/zulip/zulip.git
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
# 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.3.13
|
|
|
|
# Needed for running tools/run-dev.py
|
|
Twisted==19.2.1
|
|
|
|
# Needed for documentation links test
|
|
Scrapy==1.7.2
|
|
|
|
# Needed to compute test coverage
|
|
coverage==4.5.3
|
|
|
|
# fake for LDAP testing
|
|
fakeldap==0.6.1
|
|
|
|
# For testing mock http requests
|
|
httpretty==0.9.6
|
|
|
|
# For sorting imports
|
|
isort==4.3.21
|
|
|
|
# for pep8 linter
|
|
pycodestyle==2.5.0
|
|
|
|
# Needed to run pyflakes linter
|
|
pyflakes==2.1.1
|
|
|
|
# Needed for watching file changes
|
|
pyinotify==0.9.6
|
|
|
|
# Needed to run tests in parallel
|
|
tblib==1.4.0
|
|
|
|
# Needed to lint Git commit messages
|
|
gitlint==0.12.0
|
|
|
|
# Needed for visualising cprofile reports
|
|
snakeviz==2.0.1
|
|
|
|
# Needed to sync translations from transifex
|
|
transifex-client==0.12.5
|
|
|
|
# Needed for creating digital ocean droplets
|
|
python-digitalocean==1.14.0
|
|
|
|
# Needed for updating the locked pip dependencies
|
|
pip-tools==4.1.0
|
|
|
|
# zulip's linting framework - zulint
|
|
git+https://github.com/zulip/zulint@aaed679f1ad38b230090eadd3870b7682500f60c#egg=zulint==0.0.1
|
|
|
|
-r mypy.in
|