-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
53 lines (43 loc) · 935 Bytes
/
Pipfile
File metadata and controls
53 lines (43 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
absl-py = "==0.1.10"
astor = "==0.6.2"
bleach = "==1.5.0"
certifi = "==2018.1.18"
chardet = "==3.0.4"
cython = "==0.27.3"
dj-database-url = "==0.4.2"
django = "==2.2.24"
django-heroku = "==0.2.0"
djangorestframework = "==3.7.7"
gast = "==0.2.0"
grpcio = "==1.10.0"
gunicorn = "==19.7.1"
"html5lib" = "==0.9999999"
idna = "==2.6"
image = "==1.5.19"
markdown = "==2.6.11"
numpy = "==1.14.0"
opencv-python = "==3.4.0.12"
pandas = "==0.22.0"
pillow = "==5.0.0"
protobuf = "==3.5.1"
"psycopg2" = "==2.7.4"
python-dateutil = "==2.6.1"
pytz = "==2018.3"
requests = "==2.18.4"
six = "==1.11.0"
tensorboard = "==1.6.0"
tensorflow = "==1.6.0"
tensorflow-gpu = "==1.5.0"
tensorflow-tensorboard = "==1.5.1"
termcolor = "==1.1.0"
"urllib3" = "==1.22"
werkzeug = "==0.14.1"
whitenoise = "==3.3.1"
[dev-packages]
[requires]
python_version = "3.6"