Python 3 fixes
This commit is contained in:
parent
919cc0f505
commit
94738dd5db
6
env.sh
6
env.sh
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue