-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathPipfile
68 lines (64 loc) · 1.42 KB
/
Pipfile
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
dj-database-url = "==0.5.0"
django-cors-headers = "==3.2.0"
django-heroku = "==0.3.1"
djangorestframework = "==3.10.3"
gunicorn = "==20.0.0"
psycopg2 = "==2.8.4"
pytz = "==2019.3"
sqlparse = "==0.3.0"
whitenoise = "==4.1.4"
Django = "==2.2.7"
Pillow = "==6.2.1"
matplotlib = "==3.1.1"
opencv-python-headless = "==4.1.1.26"
tensorflow = "==2.0.0b1"
h5py = "==2.10.0"
absl-py = "==0.8.1"
astor = "==0.8.0"
cachetools = "==3.1.1"
certifi = "==2019.9.11"
chardet = "==3.0.4"
gast = "==0.2.2"
google-auth = "==1.7.1"
google-auth-oauthlib = "==0.4.1"
google-pasta = "==0.1.8"
grpcio = "==1.25.0"
idna = "==2.8"
kiwisolver = "==1.1.0"
numpy = "==1.17.4"
oauthlib = "==3.1.0"
opt-einsum = "==3.1.0"
protobuf = "==3.10.0"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.7"
pyparsing = "==2.4.5"
python-dateutil = "==2.8.1"
requests = "==2.22.0"
requests-oauthlib = "==1.3.0"
requests-toolbelt = "==0.9.1"
rsa = "==4.0"
six = "==1.13.0"
tensorboard = "==2.0.1"
tensorflow-estimator = "==2.0.1"
termcolor = "==1.1.0"
typing = "==3.7.4.1"
urllib3 = "==1.25.7"
webencodings = "==0.5.1"
werkzeug = "==0.16.0"
wrapt = "==1.11.2"
Cycler = "==0.10.0"
Keras-Applications = "==1.0.8"
Keras-Preprocessing = "==1.1.0"
Markdown = "==3.1.1"
SimpleWebSocketServer = "==0.1.1"
websocket_client = "==0.56.0"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true