Private
Public Access
1
0

django2 new virtualenv on linux

This commit is contained in:
Sander Roosendaal
2019-03-22 14:00:37 +01:00
parent 588c145b6e
commit 59566df08c
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@@ -56,3 +56,4 @@ config.yaml
/venv/ /venv/
/py27/ /py27/
/py2/ /py2/
/django2/

View File

@@ -3,6 +3,7 @@ apipkg==1.5
appdirs==1.4.3 appdirs==1.4.3
arcgis==1.6.0 arcgis==1.6.0
arrow==0.13.1 arrow==0.13.1
asn1crypto==0.24.0
atomicwrites==1.3.0 atomicwrites==1.3.0
attrs==19.1.0 attrs==19.1.0
backcall==0.1.0 backcall==0.1.0
@@ -24,6 +25,7 @@ cookies==2.2.1
coreapi==2.3.3 coreapi==2.3.3
coreschema==0.0.4 coreschema==0.0.4
coverage==4.5.3 coverage==4.5.3
cryptography==2.6.1
cycler==0.10.0 cycler==0.10.0
dask==1.1.4 dask==1.1.4
decorator==4.4.0 decorator==4.4.0
@@ -63,7 +65,6 @@ factory-boy==2.11.1
Faker==1.0.4 Faker==1.0.4
fitparse==1.1.0 fitparse==1.1.0
future==0.17.1 future==0.17.1
GDAL==2.3.3
geocoder==1.38.1 geocoder==1.38.1
holoviews==1.11.3 holoviews==1.11.3
html5lib==1.0.1 html5lib==1.0.1
@@ -82,6 +83,7 @@ iso8601==0.1.12
isodate==0.6.0 isodate==0.6.0
itypes==1.1.0 itypes==1.1.0
jedi==0.13.3 jedi==0.13.3
jeepney==0.4
Jinja2==2.10 Jinja2==2.10
jsonschema==3.0.1 jsonschema==3.0.1
jupyter==1.0.0 jupyter==1.0.0
@@ -156,6 +158,7 @@ rowingdata==2.2.3
rowingphysics==0.5.0 rowingphysics==0.5.0
rq==0.13.0 rq==0.13.0
scipy==1.2.1 scipy==1.2.1
SecretStorage==3.1.1
Send2Trash==1.5.0 Send2Trash==1.5.0
shell==1.0.1 shell==1.0.1
shortuuid==0.5.0 shortuuid==0.5.0
@@ -182,7 +185,6 @@ vine==1.3.0
wcwidth==0.1.7 wcwidth==0.1.7
webencodings==0.5.1 webencodings==0.5.1
widgetsnbextension==3.4.2 widgetsnbextension==3.4.2
winkerberos==0.7.0
xmltodict==0.12.0 xmltodict==0.12.0
yamjam==0.1.7 yamjam==0.1.7
yamllint==1.15.0 yamllint==1.15.0