From 6c8940e4a7f0dc534cec8416d04b4582bb0e63f5 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Wed, 1 Apr 2020 18:20:41 +0200 Subject: [PATCH] added requests to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 618a6a2..b71d2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ requires = [ "pyramid_mailer >= 0.15.1", "pyramid_tm >= 2.4", "pyramid_retry >= 2.1", + "requests >= 2.23.0", "sqlalchemy >= 1.3.15", "transaction >= 3.0.0", "waitress >= 1.4.3",