mirror of
https://github.com/EDeev/school_menu.git
synced 2026-06-15 11:01:04 +03:00
requirements
This commit is contained in:
parent
e8a1c21447
commit
7df1053509
1 changed files with 36 additions and 0 deletions
36
requirements.txt
Normal file
36
requirements.txt
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# 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
|
||||
Loading…
Add table
Reference in a new issue