-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (31 loc) · 817 Bytes
/
requirements.txt
File metadata and controls
37 lines (31 loc) · 817 Bytes
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
# Core Datasette
datasette==0.65.1
sqlite-utils>=3.35
markupsafe==2.1.5
gunicorn==22.0.0
bcrypt==4.2.0
# Datasette Plugins
datasette-cluster-map
datasette-render-markdown
datasette-template-sql
datasette-block-robots
# Upload System Core
python-multipart
requests>=2.28.0
pandas>=1.5.0
numpy>=1.21.0
psutil>=5.9.0
# File Processing
openpyxl>=3.0.0 # Excel .xlsx files
xlrd>=2.0.0 # Excel .xls files
chardet>=5.1.0 # Encoding detection
Pillow>=9.0.0 # Image processing
# Data Processing
lxml>=4.6.0 # XML parsing for Excel
beautifulsoup4>=4.11.0 # HTML parsing
validators>=0.20.0 # URL validation
markdown>=3.4.0
# Additional for multipart parsing
email-validator>=1.3.0 # Email validation
python-dateutil>=2.8.0 # Date parsing utilities
httpx