-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
50 lines (41 loc) · 939 Bytes
/
requirements.txt
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
# Flask
Flask==2.3.2
# Project management
python-dotenv==1.0.0
flake8==6.0.0
isort==5.12.0
# Kaggle connection
kaggle==1.6.6
# Worldbank connection
wbgapi==1.0.12
# HDX Connection
hdx-python-api==6.2.6
# Data processing
pandas==2.0.3
numpy==1.25.2
pysolr==3.9.0
# database connection
pymongo==4.6.3
# Dataset type processing
python-magic==0.4.27 # File type detection
lxml==4.9.3 # xml processing
SQLAlchemy==2.0.20 # Database connection
pyarrow==14.0.1 # alternative file extensions
pyreadstat==1.2.3 # .sav files
xlrd==2.0.1 # .xls files
openpyxl==3.1.2 # .xlsx files
pyxlsb==1.0.10 # .xlsb files
odfpy==1.4.1 # .odf files
pymysql==1.1.1 # MySQL connection
psycopg==3.1.10 # PostgreSQL connection
pymssql==2.2.8 # MSSQL connection
oracledb==1.4.0 # Oracle connection
# URL connection
requests==2.32.0
urllib3==2.2.2
# Server hosting
gunicorn==22.0.0
# Type detection
chardet==5.1.0
# Data world
datadotworld==2.0.0