Python 3 fixes

This commit is contained in:
Christine Dodrill 2015-11-15 08:42:53 -08:00
parent 919cc0f505
commit 94738dd5db
2 changed files with 5 additions and 7 deletions

6
env.sh
View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
virtualenv env virtualenv -p /usr/bin/python3.4 env
. ./env/bin/activate . ./env/bin/activate
pip install git+https://github.com/billpmurphy/hask pip3 install git+https://github.com/pyos/dg
pip install -r requirements.txt pip3 install -r requirements.txt

View File

@ -1,8 +1,6 @@
argparse==1.2.1
dateandtime==0.0.5 dateandtime==0.0.5
ddate==0.1.0 ddate==0.1.0
dg==1.1.0-git
fuckit==4.8.0 fuckit==4.8.0
hask==0.0.1 lxml==3.5.0
lxml==3.4.4
requests==2.8.1 requests==2.8.1
wsgiref==0.1.2