add explicit requests dependency

This commit is contained in:
Laureηt 2023-05-19 20:49:56 +02:00
parent 9b909fc88c
commit 5fa74b84d8
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 5 additions and 3 deletions

4
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry and should not be changed by hand.
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
[[package]]
name = "accesscontrol"
@ -3063,4 +3063,4 @@ test = ["zope.size", "zope.testing", "zope.testrunner"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.11,<3.12"
content-hash = "42a5b77e48865131b6c7f7285cd1c24da1d1527de7d76eb5fa838573fe2a522a"
content-hash = "025bc8ba8a5c48e75e82fa9b2dd7dbbdbab9fc5c7802b1fe97b3be35a1a681c9"

View file

@ -10,16 +10,18 @@ version = "0.1.0"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
mailman = "^3.3.8"
requests = "^2.30.0"
zope = "^5.8.1"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
ruff = "^0.0.267"
black = "^23.3.0"
isort = "^5.12.0"
ruff = "^0.0.267"
[tool.ruff]
line-length = 120