From 88c81b26823a75bb1bda33bb20a1afb748fe4cd1 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Sat, 16 Jul 2022 08:47:17 +0200 Subject: [PATCH] Tweak requirements --- poetry.lock | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43eeca0..2ee7bb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1202,7 +1202,7 @@ dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"] [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "4353bb98b40254eea5277799de3329b6658e21178a6da44113e78c897c7f140b" +content-hash = "d0c330a9153ced7f4ba61e5354bc7bb3136a3d11f4f700bb76498c20e200c509" [metadata.files] aiosqlite = [ diff --git a/pyproject.toml b/pyproject.toml index 6e2bd10..dd30376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,6 @@ httpx = {extras = ["http2"], version = "^0.23.0"} SQLAlchemy = {extras = ["asyncio"], version = "^1.4.39"} alembic = "^1.8.0" bleach = "^5.0.0" -requests = "^2.27.1" Markdown = "^3.3.7" prompt-toolkit = "^3.0.29" tomli-w = "^1.0.0" @@ -47,7 +46,6 @@ black = "^22.3.0" flake8 = "^4.0.1" mypy = "^0.960" isort = "^5.10.1" -types-requests = "^2.27.29" invoke = "^1.7.1" libsass = "^0.21.0" pytest = "^7.1.2" @@ -63,6 +61,7 @@ types-cachetools = "^5.2.1" sqlalchemy2-stubs = "^0.0.2-alpha.24" types-python-dateutil = "^2.8.18" types-tabulate = "^0.8.11" +types-requests = "^2.28.1" [build-system] requires = ["poetry-core>=1.0.0"]