diff --git a/poetry.lock b/poetry.lock index 8566f06..12450eb 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 = "dev" +category = "main" 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 = "dev" +category = "main" 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 = "dev" +category = "main" optional = false python-versions = ">=3.5" @@ -292,7 +292,7 @@ python-versions = "*" name = "requests" version = "2.28.1" description = "Python HTTP for Humans." -category = "dev" +category = "main" 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 = "dev" +category = "main" 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 = "d6d249d7343a25a3c0cb3fe28f04c35d9872709f2e1141dc26210ca8e090bb66" +content-hash = "ed61b35cc88b2295790fab18997ea2a65b36b7af6f70eff59895aa51cf18697d" [metadata.files] asgiref = [ diff --git a/pyproject.toml b/pyproject.toml index 099dda1..f0a95fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ 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"