Update requirements.txt to streamline dependencies, adding aiogram and pytest-asyncio while removing unused packages. Organized sections for core dependencies, logging, testing, and development tools.
This commit is contained in:
@@ -1,22 +1,16 @@
|
|||||||
APScheduler==3.10.4
|
# Core dependencies
|
||||||
certifi~=2024.6.2
|
aiogram~=3.10.0
|
||||||
charset-normalizer==3.3.2
|
|
||||||
coverage==7.5.4
|
# Logging
|
||||||
exceptiongroup==1.2.1
|
|
||||||
idna==3.7
|
|
||||||
iniconfig==2.0.0
|
|
||||||
loguru==0.7.2
|
loguru==0.7.2
|
||||||
packaging==24.1
|
|
||||||
pluggy==1.5.0
|
# Testing
|
||||||
pytest==8.2.2
|
pytest==8.2.2
|
||||||
pytz==2024.1
|
pytest-asyncio==1.1.0
|
||||||
requests==2.32.3
|
coverage==7.5.4
|
||||||
six==1.16.0
|
|
||||||
tomli==2.0.1
|
# Development tools
|
||||||
tzlocal==5.2
|
pluggy==1.5.0
|
||||||
urllib3~=2.2.1
|
|
||||||
pip~=23.2.1
|
|
||||||
attrs~=23.2.0
|
attrs~=23.2.0
|
||||||
typing_extensions~=4.12.2
|
typing_extensions~=4.12.2
|
||||||
aiohttp~=3.9.5
|
emoji~=2.8.0
|
||||||
aiogram~=3.10.0
|
|
||||||
Reference in New Issue
Block a user