2016-06-18 16:10:28 +02:00
|
|
|
-r common.txt
|
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
|
|
|
|
|
|
|
# Needed to compute test coverage
|
2016-07-28 05:28:17 +02:00
|
|
|
coverage==4.2
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Needed to run pyflakes linter
|
2016-07-02 04:12:43 +02:00
|
|
|
pyflakes==1.2.3
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Needed to sync translations from transifex
|
2016-07-28 05:27:38 +02:00
|
|
|
transifex-client==0.12.1
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Dependency of transifex-client
|
2016-07-28 05:27:38 +02:00
|
|
|
urllib3==1.16
|