chore: project setup
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Claude Vision API Key (optional — nur für KI-Analyse benötigt)
|
||||||
|
ANTHROPIC_API_KEY=sk-ant-...
|
||||||
9
requirements.txt
Normal file
9
requirements.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
fastapi==0.111.0
|
||||||
|
uvicorn==0.29.0
|
||||||
|
pillow>=11.0.0
|
||||||
|
opencv-python-headless>=4.9.0
|
||||||
|
imagehash==4.3.1
|
||||||
|
python-dotenv==1.0.1
|
||||||
|
anthropic==0.25.0
|
||||||
|
pytest==8.1.1
|
||||||
|
httpx==0.27.0
|
||||||
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Reference in New Issue
Block a user