mirror of https://github.com/zulip/zulip.git
requirements: Move incorrectly filed dependencies.
These are only used in development, and should never have been added to common.txt.
This commit is contained in:
parent
a98bce98c6
commit
35f3070927
|
@ -182,16 +182,10 @@ git+https://github.com/umairwaheed/virtualenv-clone.git@short-version#egg=virtua
|
|||
# Needed for reading json as stream
|
||||
ijson==2.3
|
||||
|
||||
#for pep8 linter
|
||||
pycodestyle==2.3.1
|
||||
|
||||
# Needed for link preview
|
||||
beautifulsoup4==4.5.3
|
||||
git+https://github.com/rafaelmartins/pyoembed.git@eb9901917c2a44b49e2887c077ead84a722c50dc#egg=pyoembed
|
||||
|
||||
# Needed to run tests in parallel
|
||||
tblib==1.3.0
|
||||
|
||||
# Install the Zulip API bindings into the virtualenv; note that this
|
||||
# won't be automatically updated for new versions of api/. This is
|
||||
# used in development for some tests and in production for things like
|
||||
|
|
|
@ -12,9 +12,15 @@ coverage==4.3.4
|
|||
# fake for LDAP testing
|
||||
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.5.0
|
||||
|
||||
# Needed to run tests in parallel
|
||||
tblib==1.3.0
|
||||
|
||||
# Needed to sync translations from transifex
|
||||
transifex-client==0.12.4
|
||||
|
||||
|
|
Loading…
Reference in New Issue