-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
52 lines (49 loc) · 1.12 KB
/
Pipfile
File metadata and controls
52 lines (49 loc) · 1.12 KB
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
certifi = "==2018.1.18"
chardet = "==3.0.4"
click = "==6.7"
google-api-python-client = "==1.6.6"
"httplib2" = "==0.11.3"
idna = "==2.6"
itsdangerous = "==0.24"
"oauth2client" = "==4.1.2"
"pyasn1" = "==0.4.2"
"pyasn1-modules" = "==0.2.1"
pygsheets = "==1.1.4"
pytz = "==2018.4"
requests = "==2.18.4"
requests-toolbelt = "==0.8.0"
rsa = "==3.4.2"
six = "==1.11.0"
twilio = "==6.11.0"
uritemplate = "==3.0.0"
"urllib3" = "==1.22"
Flask = "==0.12.2"
"Jinja2" = "==2.10"
MarkupSafe = "==1.0"
PyJWT = "==1.6.1"
PySocks = "==1.6.8"
Werkzeug = "==0.14.1"
cachetools = "==2.0.1"
firebase-admin = "==2.10.0"
google-api-core = "==1.1.1"
google-auth = "==1.4.1"
google-cloud-core = "==0.28.1"
google-cloud-firestore = "==0.29.0"
google-cloud-storage = "==1.8.0"
google-resumable-media = "==0.3.1"
googleapis-common-protos = "==1.5.3"
msgpack-python = "==0.5.6"
pipenv = "==11.10.0"
protobuf = "==3.5.2.post1"
py-dateutil = "==2.2"
virtualenv = "==15.2.0"
virtualenv-clone = "==0.3.0"
CacheControl = "==0.12.4"
[dev-packages]
[requires]
python_version = "3.6"