feat: API Fixes and Adjustments (#23)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Alexandre Teles (afterSt0rm)
2023-07-19 23:32:48 -03:00
committed by GitHub
parent 1273f9224b
commit b18097e030
24 changed files with 563 additions and 565 deletions

View File

@@ -8,27 +8,26 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
aiohttp = {version = ">=3.8.4", extras = ["speedups"]}
sanic = {version = ">=23.3.0", extras = ["ext", "http3"]}
ujson = ">=5.7.0"
asyncstdlib = "3.10.8"
aiohttp = {version = "^3.8.5", extras = ["speedups"]}
sanic = {version = "^23.3.0", extras = ["ext"]}
ujson = "^5.8.0"
asyncstdlib = "^3.10.8"
pydantic = "^1.10.11"
aioquic = ">=0.9.20"
cytoolz = ">=0.12.1"
beautifulsoup4 = ">=4.12.2"
setuptools = ">=67.7.2"
lxml = ">=4.9.2"
mypy = ">=1.2.0"
types-ujson = ">=5.7.0.5"
types-aiofiles = ">=23.1.0.1"
sanic-testing = ">=23.3.0"
pytest-asyncio = ">=0.21.0"
types-beautifulsoup4 = ">=4.12.0.5"
pytest-md = ">=0.2.0"
pytest-emoji = ">=0.2.0"
coverage = ">=7.2.5"
pytest-cov = "^4.0.0"
pytest = ">=7.4.0"
cytoolz = "^0.12.1"
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"
pytest-asyncio = "^0.21.1"
types-beautifulsoup4 = "^4.12.0.5"
pytest-md = "^0.2.0"
pytest-emoji = "^0.2.0"
coverage = "^7.2.7"
pytest-cov = "^4.1.0"
pytest = "^7.4.0"
[tool.pytest.ini_options]
asyncio_mode = "auto"