25 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			525 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Requirements for Raspberry Pi Zero (ARMv6)
 | 
						|
# All pure Python packages - NO compilation required
 | 
						|
# Uses Pydantic v1 to avoid Rust dependency
 | 
						|
 | 
						|
fastapi==0.95.2
 | 
						|
pydantic==1.10.9
 | 
						|
uvicorn==0.22.0
 | 
						|
httpx==0.24.1
 | 
						|
icalendar==5.0.7
 | 
						|
jinja2==3.1.2
 | 
						|
apscheduler==3.10.1
 | 
						|
pytz==2023.3
 | 
						|
python-multipart==0.0.6
 | 
						|
 | 
						|
# These will be installed as dependencies but listing for clarity:
 | 
						|
# starlette==0.27.0
 | 
						|
# typing-extensions==4.6.3
 | 
						|
# python-dateutil==2.8.2
 | 
						|
# six==1.16.0
 | 
						|
# h11==0.14.0
 | 
						|
# click==8.1.3
 | 
						|
# anyio==3.7.0
 | 
						|
# sniffio==1.3.0
 | 
						|
# certifi
 | 
						|
# idna |