mirror of https://github.com/zulip/zulip.git
Move transifex dependencies to dev.txt.
This commit is contained in:
parent
b43bf10a93
commit
fd1a134bef
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue