-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.cloudrun.txt
More file actions
53 lines (40 loc) · 1.04 KB
/
requirements.cloudrun.txt
File metadata and controls
53 lines (40 loc) · 1.04 KB
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
51
52
53
# RE-Archaeology Framework - Cloud Run Minimal Requirements
# Optimized for deployment size (~2GB vs 6GB full requirements)
# Core FastAPI and server dependencies
fastapi==0.104.1
uvicorn[standard]==0.24.0
# Database and storage
neo4j==5.15.0
# Authentication and security
PyJWT==2.8.0
python-jose[cryptography]==3.3.0
google-auth==2.23.0
google-auth-oauthlib==1.0.0
python-multipart==0.0.6
# AI and OpenAI integration
openai==1.12.0
# WebSocket support
websockets==12.0
# Essential scientific computing (minimal set with scipy for phi0_core.py)
numpy==1.26.0
scipy==1.11.3
# Essential geospatial (minimal set)
shapely==2.0.2
geojson==3.1.0
# Earth Engine integration
earthengine-api==0.1.379
google-cloud-storage==2.10.0
# Configuration and validation
pydantic==2.4.2
pydantic-settings==2.0.3
python-dotenv==1.0.0
# HTTP and networking
requests==2.31.0
httpx==0.25.0
# File operations and utilities
aiofiles==23.2.1
jinja2==3.1.2
# Performance optimizations
orjson==3.9.10
# Image processing (minimal - only if needed for elevation data)
Pillow==10.0.1