Files
krawl.es/requirements.txt

14 lines
200 B
Plaintext
Raw Normal View History

# Krawl Honeypot Dependencies
# Install with: pip install -r requirements.txt
2026-01-03 14:40:08 -06:00
# Configuration
PyYAML>=6.0
# Database ORM
SQLAlchemy>=2.0.0,<3.0.0
# Scheduling
2026-01-10 15:14:17 -06:00
APScheduler>=3.11.2
requests>=2.32.5