-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
48 lines (45 loc) · 982 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
cachetools = "==4.1.0"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
click = "==7.1.2"
gitdb = "==4.0.5"
google-api-core = "==1.17.0"
google-api-python-client = "==1.8.2"
google-auth = "==1.14.3"
google-auth-httplib2 = "==0.0.3"
google-auth-oauthlib = "==0.4.1"
googleapis-common-protos = "==1.51.0"
httplib2 = "==0.18.0"
idna = "==2.9"
itsdangerous = "==1.1.0"
jdcal = "==1.4.1"
numpy = "==1.18.4"
oauthlib = "==3.1.0"
openpyxl = "==3.0.3"
pandas = "==1.0.3"
protobuf = "==3.11.3"
pyasn1 = "==0.4.8"
pyasn1-modules = "==0.2.8"
python-dateutil = "==2.8.1"
pytz = "==2020.1"
requests-oauthlib = "==1.3.0"
rsa = "==4.0"
six = "==1.14.0"
smmap = "==3.0.4"
uritemplate = "==3.0.1"
urllib3 = "==1.25.9"
et_xmlfile = "==1.0.1"
GitPython = "==3.1.2"
Jinja2 = "==2.11.2"
MarkupSafe = "==1.1.1"
Werkzeug = "==1.0.1"
XlsxWriter = "==1.2.8"
requests = "*"
[requires]
python_version = "3.8"