22 lines
280 B
Plaintext
22 lines
280 B
Plaintext
# Core dependencies
|
|
aiogram~=3.10.0
|
|
|
|
# Logging
|
|
loguru==0.7.2
|
|
|
|
# System monitoring
|
|
psutil~=6.1.0
|
|
|
|
# Scheduling
|
|
apscheduler~=3.10.4
|
|
|
|
# Testing
|
|
pytest==8.2.2
|
|
pytest-asyncio==1.1.0
|
|
coverage==7.5.4
|
|
|
|
# Development tools
|
|
pluggy==1.5.0
|
|
attrs~=23.2.0
|
|
typing_extensions~=4.12.2
|
|
emoji~=2.8.0 |