2016-06-21 01:01:43 +02:00
|
|
|
-r docs.txt
|
2016-06-21 01:29:11 +02:00
|
|
|
-r moto.txt
|
2016-06-18 16:10:28 +02:00
|
|
|
-r py3k.txt
|
2016-06-24 18:51:14 +02:00
|
|
|
|
2016-10-05 10:47:16 +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
|
2017-06-17 16:33:29 +02:00
|
|
|
coverage==4.4.1
|
2016-06-24 18:51:14 +02:00
|
|
|
|
2016-10-28 20:03:54 +02:00
|
|
|
# fake for LDAP testing
|
2016-12-13 10:54:19 +01:00
|
|
|
git+https://github.com/umairwaheed/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.0zulip1
|
2016-10-28 20:03:54 +02:00
|
|
|
|
2017-03-24 02:09:18 +01:00
|
|
|
# for pep8 linter
|
|
|
|
pycodestyle==2.3.1
|
|
|
|
|
2016-06-24 18:51:14 +02:00
|
|
|
# Needed to run pyflakes linter
|
2017-01-19 12:54:38 +01:00
|
|
|
pyflakes==1.5.0
|
2016-06-24 18:51:14 +02:00
|
|
|
|
2017-03-24 02:09:18 +01:00
|
|
|
# Needed to run tests in parallel
|
2017-04-21 22:49:34 +02:00
|
|
|
tblib==1.3.2
|
2017-03-24 02:09:18 +01:00
|
|
|
|
2017-03-22 21:18:48 +01:00
|
|
|
# Needed to lint Git commit messages
|
2017-04-26 18:37:44 +02:00
|
|
|
gitlint==0.8.2
|
2017-03-22 21:18:48 +01:00
|
|
|
|
|
|
|
# Needed for gitlint
|
|
|
|
arrow==0.10.0
|
2017-06-17 21:39:26 +02:00
|
|
|
sh==1.12.14
|
2017-03-22 21:18:48 +01:00
|
|
|
|
2016-06-24 18:51:14 +02:00
|
|
|
# Needed to sync translations from transifex
|
2017-02-25 13:19:53 +01:00
|
|
|
transifex-client==0.12.4
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Dependency of transifex-client
|
2017-06-17 21:54:39 +02:00
|
|
|
urllib3==1.21.1
|
2017-05-14 07:12:59 +02:00
|
|
|
|
2017-05-12 02:30:38 +02:00
|
|
|
# Needed for documentation_crawler
|
|
|
|
pathlib2==2.2.1
|
|
|
|
#Needed for pathlib2==2.2.1
|
|
|
|
scandir==1.5
|
|
|
|
|
|
|
|
# Needed for updating the locked pip dependencies
|
|
|
|
first==2.0.1
|
|
|
|
pip-tools==1.9.0
|