-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
30 lines (25 loc) · 983 Bytes
/
Copy pathrequirements.txt
File metadata and controls
30 lines (25 loc) · 983 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
# Self-Storage Market Tracker — Dependencies
# Compatible with Python 3.10+ including Python 3.14
# Install with: venv\Scripts\pip install --prefer-binary -r requirements.txt
# --- Web Scraping ---
requests>=2.32.0
beautifulsoup4>=4.12.0
lxml>=5.3.0
playwright>=1.45.0 # For JS-heavy sites (Public Storage, Extra Space)
curl_cffi>=0.7.0 # Cloudflare bypass for StorageCafe ETL
pgeocode>=0.3.0 # Fast offline zip code lookups
# --- Dashboard ---
streamlit>=1.35.0
plotly>=5.20.0
folium>=0.17.0
streamlit-folium>=0.20.0
pandas>=2.2.0 # Use --prefer-binary to avoid compile from source
# --- Email ---
brevo-python>=1.0.0 # Brevo (formerly Sendinblue) SDK
jinja2>=3.1.0 # HTML email templates
# --- Scheduling ---
apscheduler>=3.10.0 # Python job scheduler
# --- Utilities ---
python-dotenv>=1.0.0 # Load .env file
python-dateutil>=2.9.0
tabulate>=0.9.0 # Pretty-print tables in logs