initial commit

This commit is contained in:
2026-01-25 11:27:46 +08:00
commit e57718a304
22 changed files with 49673 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
# Python dependencies for MikroTik Gemini Integration
google-genai>=0.1.0
python-dotenv>=1.0.0
requests>=2.31.0
fastapi>=0.104.0
uvicorn>=0.24.0
pydantic>=2.5.0
python-multipart>=0.0.6