Skip to content

Commit

Permalink
choicelib в зависимости
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rL3s committed Jan 17, 2024
1 parent c7669e5 commit b1899ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ classifiers = [
"Topic :: Communications :: Chat",
]
dependencies = [
"magic-filter>=1.0.12,<1.1",
"aiohttp~=3.9.0",
"pydantic>=2.4.1,<2.6",
"aiofiles~=23.2.1",
"aiohttp~=3.9.0",
"certifi>=2023.7.22",
"choicelib~=0.1.5",
"magic-filter>=1.0.12,<1.1",
"pydantic>=2.4.1,<2.6",
"typing-extensions>=4.7.0,<=5.0",
]
dynamic = ["version"]
Expand All @@ -47,7 +48,6 @@ dynamic = ["version"]
fast = [
"uvloop>=0.17.0; (sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy'",
"aiodns>=3.0.0",
"ujson~=5.9.0",
]
redis = [
"redis[hiredis]~=5.0.1",
Expand Down

0 comments on commit b1899ca

Please sign in to comment.