mirror of https://github.com/zulip/zulip.git
setup_venv: Remove python2 dependencies for virtual environment.
These dependencies are not needed.
This commit is contained in:
parent
39f18c1b4e
commit
fe6be1f61e
|
@ -24,10 +24,8 @@ VENV_DEPENDENCIES = [
|
|||
"libmemcached-dev",
|
||||
"python3-dev", # Needed to install typed-ast dependency of mypy
|
||||
"python3-pip",
|
||||
"python-pip",
|
||||
"virtualenv",
|
||||
"python3-six",
|
||||
"python-six",
|
||||
"libxml2-dev", # Used for installing talon and python-xmlsec
|
||||
"libxslt1-dev", # Used for installing talon
|
||||
"libpq-dev", # Needed by psycopg2
|
||||
|
|
Loading…
Reference in New Issue