2017-08-22 02:26:16 +02:00
|
|
|
-r py3_common.txt
|
|
|
|
-r docs.txt
|
2017-08-22 00:29:07 +02:00
|
|
|
|
|
|
|
# moto s3 mock
|
|
|
|
moto==1.0.1
|
|
|
|
|
2017-08-22 02:26:16 +02:00
|
|
|
-r py3k.txt
|
|
|
|
|
|
|
|
# Needed for running tools/run-dev.py
|
2017-08-22 00:29:07 +02:00
|
|
|
Twisted==17.5.0
|
|
|
|
|
|
|
|
# Needed for documentation links test
|
|
|
|
Scrapy==1.4.0
|
2017-08-22 02:26:16 +02:00
|
|
|
|
|
|
|
# Needed to compute test coverage
|
|
|
|
coverage==4.4.1
|
|
|
|
|
|
|
|
# fake for LDAP testing
|
|
|
|
-e git+https://github.com/umairwaheed/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.0zulip1
|
|
|
|
|
|
|
|
# for pep8 linter
|
|
|
|
pycodestyle==2.3.1
|
|
|
|
|
|
|
|
# Needed to run pyflakes linter
|
|
|
|
pyflakes==1.6.0
|
|
|
|
|
|
|
|
# Needed to run tests in parallel
|
|
|
|
tblib==1.3.2
|
|
|
|
|
|
|
|
# Needed to lint Git commit messages
|
|
|
|
gitlint==0.8.2
|
|
|
|
|
|
|
|
# Needed to sync translations from transifex
|
|
|
|
transifex-client==0.12.4
|
|
|
|
|
|
|
|
# Dependency of transifex-client
|
|
|
|
urllib3==1.22
|
|
|
|
|
|
|
|
# Needed for documentation_crawler
|
|
|
|
pathlib2==2.3.0
|
|
|
|
#Needed for pathlib2==2.3.0
|
|
|
|
scandir==1.5
|
|
|
|
|
|
|
|
# Needed for updating the locked pip dependencies
|
|
|
|
first==2.0.1
|
|
|
|
pip-tools==1.9.0
|