mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-26 04:31:04 +00:00
chore: deps
This commit is contained in:
@@ -9,18 +9,18 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
aiohttp = {version = "^3.8.5", extras = ["speedups"]}
|
||||
sanic = {version = "^23.3.0", extras = ["ext"]}
|
||||
sanic = {version = "^23.6.0", extras = ["ext"]}
|
||||
ujson = "^5.8.0"
|
||||
asyncstdlib = "^3.10.8"
|
||||
pydantic = "^1.10.11"
|
||||
cytoolz = "^0.12.1"
|
||||
pydantic = "^1.10.12"
|
||||
cytoolz = "^0.12.2"
|
||||
beautifulsoup4 = "^4.12.2"
|
||||
setuptools = "^68.0.0"
|
||||
lxml = "^4.9.3"
|
||||
mypy = "^1.4.1"
|
||||
types-ujson = "^5.8.0.0"
|
||||
types-aiofiles = "^23.1.0.4"
|
||||
sanic-testing = "^23.3.0"
|
||||
types-ujson = "^5.8.0.1"
|
||||
types-aiofiles = "^23.1.0.5"
|
||||
sanic-testing = "^23.6.0"
|
||||
pytest-asyncio = "^0.21.1"
|
||||
types-beautifulsoup4 = "^4.12.0.5"
|
||||
pytest-md = "^0.2.0"
|
||||
|
||||
Reference in New Issue
Block a user