Files
zulip/tools/travis/setup-py3k
Eklavya Sharma 247cdf578b Add dependencies to setup-py3k.
Add 'six' to setup-py3k, because it is being used in tools/lister.py.
Add 'typing' to setup-py3k, so that tools/lister.py can be type
annotated in the future.
2016-05-01 10:47:04 +05:30

8 lines
172 B
Bash
Executable File

#!/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