19 lines
297 B
Plaintext
19 lines
297 B
Plaintext
# Krawl Honeypot Dependencies
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
# Configuration
|
|
PyYAML>=6.0
|
|
|
|
# Database ORM
|
|
SQLAlchemy>=2.0.0,<3.0.0
|
|
|
|
# Scheduling
|
|
APScheduler>=3.11.2
|
|
|
|
requests>=2.32.5
|
|
|
|
# Web framework
|
|
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.30.0
|
|
jinja2>=3.1.5
|
|
python-multipart>=0.0.9 |