zulip/requirements/dev.txt

36 lines
649 B
Plaintext
Raw Normal View History

-r common.txt
-r docs.txt
-r moto.txt
-r py3k.txt
2016-06-24 18:51:14 +02:00
# Needed for running tools/run-dev.py
-r twisted.txt
2016-06-24 18:51:14 +02:00
# Needed to compute test coverage
coverage==4.3.4
2016-06-24 18:51:14 +02:00
# fake for LDAP testing
git+https://github.com/umairwaheed/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.0zulip1
# for pep8 linter
pycodestyle==2.3.1
2016-06-24 18:51:14 +02:00
# Needed to run pyflakes linter
pyflakes==1.5.0
2016-06-24 18:51:14 +02:00
# Needed to run tests in parallel
tblib==1.3.0
# Needed to lint Git commit messages
gitlint==0.8.1
# Needed for gitlint
arrow==0.10.0
sh==1.11
2016-06-24 18:51:14 +02:00
# Needed to sync translations from transifex
transifex-client==0.12.4
2016-06-24 18:51:14 +02:00
# Dependency of transifex-client
2017-01-19 13:15:18 +01:00
urllib3==1.20