14 lines
200 B
Plaintext
14 lines
200 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
|