From 3d5822901f894c06267e0c14449641543b7337da Mon Sep 17 00:00:00 2001 From: Ethan Roseman Date: Mon, 22 Aug 2022 06:02:16 +0900 Subject: [PATCH] remove requests --- poetry.lock | 12 ++++++------ pyproject.toml | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 12450eb..8566f06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,7 +46,7 @@ uvloop = ["uvloop (>=0.15.2)"] name = "certifi" version = "2022.6.15" description = "Python package for providing Mozilla's CA Bundle." -category = "main" +category = "dev" optional = false python-versions = ">=3.6" @@ -54,7 +54,7 @@ python-versions = ">=3.6" name = "charset-normalizer" version = "2.1.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" +category = "dev" optional = false python-versions = ">=3.6.0" @@ -192,7 +192,7 @@ compatible-mypy = ["mypy (>=0.950,<0.970)"] name = "idna" version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" +category = "dev" optional = false python-versions = ">=3.5" @@ -292,7 +292,7 @@ python-versions = "*" name = "requests" version = "2.28.1" description = "Python HTTP for Humans." -category = "main" +category = "dev" optional = false python-versions = ">=3.7, <4" @@ -393,7 +393,7 @@ python-versions = ">=3.6" name = "urllib3" version = "1.26.11" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" +category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4" @@ -405,7 +405,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ed61b35cc88b2295790fab18997ea2a65b36b7af6f70eff59895aa51cf18697d" +content-hash = "d6d249d7343a25a3c0cb3fe28f04c35d9872709f2e1141dc26210ca8e090bb66" [metadata.files] asgiref = [ diff --git a/pyproject.toml b/pyproject.toml index f0a95fd..099dda1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ python = "^3.8" Django = "^4.1" djangorestframework = "^3.13.1" psycopg2-binary = "^2.9.3" -requests = "^2.28.1" [tool.poetry.dev-dependencies] black = "^22.6.0"