mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
20 lines
321 B
Plaintext
20 lines
321 B
Plaintext
-r common.txt
|
|
-r docs.txt
|
|
-r moto.txt
|
|
-r py3k.txt
|
|
|
|
# Needed for running tools/run-dev.py
|
|
-r twisted.txt
|
|
|
|
# Needed to compute test coverage
|
|
coverage==4.2
|
|
|
|
# Needed to run pyflakes linter
|
|
pyflakes==1.3.0
|
|
|
|
# Needed to sync translations from transifex
|
|
transifex-client==0.12.2
|
|
|
|
# Dependency of transifex-client
|
|
urllib3==1.18
|