mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 14:00:20 -05:00
Add ThreatHunt agent backend/frontend scaffolding
This commit is contained in:
21
backend/requirements.txt
Normal file
21
backend/requirements.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
fastapi==0.104.1
|
||||
uvicorn[standard]==0.24.0
|
||||
pydantic==2.5.0
|
||||
pydantic-settings==2.1.0
|
||||
|
||||
# Optional LLM provider dependencies
|
||||
# Uncomment based on your deployment choice:
|
||||
|
||||
# For local models (GGML, Ollama, etc.)
|
||||
# llama-cpp-python==0.2.15
|
||||
# ollama==0.0.11
|
||||
|
||||
# For online providers (OpenAI, Anthropic, Google)
|
||||
# openai==1.3.5
|
||||
# anthropic==0.7.1
|
||||
# google-generativeai==0.3.0
|
||||
|
||||
# For development
|
||||
pytest==7.4.3
|
||||
pytest-asyncio==0.21.1
|
||||
httpx==0.25.1
|
||||
Reference in New Issue
Block a user