forked from sangwookWoo/data-engineering-batch12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
49 lines (47 loc) · 1.07 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto = "==2.49.0"
boto3 = "==1.17.100"
botocore = "==1.20.100"
cryptography = "==3.4.7"
decorator = "==4.4.2"
delighted = "==4.1.0"
gunicorn = "==20.1.0"
marshmallow = "==3.12.1"
marshmallow-enum = "==1.5.1"
marshmallow-oneofschema = "==2.1.0"
marshmallow-sqlalchemy = "==0.23.1"
mashumaro = "==2.5"
mysql-connector-python = "==8.0.22"
numpy = "==1.19.5"
oauth2client = "==4.1.3"
oauthlib = "==3.1.1"
pandas = "==1.1.5"
parsedatetime = "==2.6"
pep562 = "==1.1"
prettytable = "==2.1.0"
psycopg2-binary = "==2.9.1"
pubnub = "==4.8.1"
pycparser = "==2.20"
pycrypto = "==2.6.1"
pycryptodome = "==3.10.1"
pycryptodomex = "==3.10.1"
requests-oauthlib = "==1.3.0"
sendgrid = "==6.1.0"
Jinja2 = "==2.11.3"
SQLAlchemy = "==1.3.23"
SQLAlchemy-JSONField = "==1.0.0"
SQLAlchemy-Utils = "==0.37.7"
requests = "==2.24.0"
ringcentral = "==0.7.11"
shippo = "==2.0.2"
"backports.zoneinfo" = "==0.2.1"
lxml = "==4.6.3"
joblib = "==1.0.1"
scikit-learn = "==0.23.2"
gspread-dataframe = "==3.2.1"
[dev-packages]
pytest = "*"