Move transifex dependencies to dev.txt.

This commit is contained in:
Tim Abbott 2016-06-20 16:28:04 -07:00
parent b43bf10a93
commit fd1a134bef
2 changed files with 2 additions and 2 deletions

View File

@ -72,11 +72,9 @@ sockjs-tornado==1.0.1
sourcemap==0.1.8
tornado==2.4.1
traitlets==4.2.1 # Needed for ipython
transifex-client==0.11 # Needed to sync translations from transifex
typing==3.5.0.1
python-twitter==1.1
ujson==1.33
uritemplate==0.6
urllib3==1.15.1 # Dependency of transifex-client
xmltodict==0.10.1 # Dependency of moto s3 mock
zope.interface==4.1.2

View File

@ -1,3 +1,5 @@
-r common.txt
-r docs.txt
-r py3k.txt
transifex-client==0.11 # Needed to sync translations from transifex
urllib3==1.15.1 # Dependency of transifex-client