Initial commit — PlantGuideScraper project

This commit is contained in:
Trey T
2026-04-12 09:54:27 -05:00
commit 6926f502c5
87 changed files with 29120 additions and 0 deletions

34
backend/requirements.txt Normal file
View File

@@ -0,0 +1,34 @@
# Web framework
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# Database
sqlalchemy==2.0.25
alembic==1.13.1
aiosqlite==0.19.0
# Task queue
celery==5.3.6
redis==5.0.1
# Image processing
Pillow==10.2.0
imagehash==4.3.1
imagededup==0.3.3.post2
# HTTP clients
httpx==0.26.0
aiohttp==3.9.3
# Search
duckduckgo-search
# Utilities
python-dotenv==1.0.0
pydantic==2.5.3
pydantic-settings==2.1.0
# Testing
pytest==7.4.4
pytest-asyncio==0.23.3