mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Move py3k requirements to requirements/py3k.txt.
This commit is contained in:
4
requirements/py3k.txt
Normal file
4
requirements/py3k.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
six==1.9.0
|
||||
typing==3.5.0.1
|
||||
future==0.15.2
|
||||
modernize==0.5
|
||||
@@ -1,7 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -x
|
||||
pip install --no-deps future==0.15.2
|
||||
pip install --no-deps modernize==0.5
|
||||
pip install --no-deps six==1.10.0
|
||||
pip install --no-deps typing==3.5.0.1
|
||||
pip install --no-deps -r requirements/py3k.txt
|
||||
|
||||
Reference in New Issue
Block a user