Move py3k requirements to requirements/py3k.txt.

This commit is contained in:
Tim Abbott 2016-06-18 15:59:21 -07:00
parent 5c92639f81
commit 3899b4c913
2 changed files with 5 additions and 4 deletions

4
requirements/py3k.txt Normal file
View File

@ -0,0 +1,4 @@
six==1.9.0
typing==3.5.0.1
future==0.15.2
modernize==0.5

View File

@ -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