# Telegram Bot Framework
aiogram==2.25.1

# Asynchronous HTTP Client
aiohttp==3.8.4

# Excel Files Processing
openpyxl==3.1.2

# HTTP Requests Library
requests==2.31.0

# Russian Language Morphological Analyzer
pymorphy2==0.9.1

# Morphological Dictionary
pymorphy2-dicts-ru==2.4.417127.4579844

# Additional Dependencies
certifi==2023.5.7
charset-normalizer==3.1.0
idna==3.4
urllib3==2.0.3
et-xmlfile==1.1.0
Babel==2.12.1
multidict==6.0.4
yarl==1.9.2
aiosignal==1.3.1
frozenlist==1.3.3
async-timeout==4.0.2
attrs==23.1.0

# Development Dependencies (Optional)
# pytest==7.3.1
# pytest-asyncio==0.21.0
# flake8==6.0.0
