Codebase list python-faraday / 3c1c6c8 debian / patches / Remove-sqlalchemy-requirement.patch
3c1c6c8

Tree @3c1c6c8 (Download .tar.gz)

Remove-sqlalchemy-requirement.patch @3c1c6c8raw · history · blame

From: Sophie Brun <[email protected]>
Date: Tue, 7 Dec 2021 10:56:02 +0100
Subject: Remove sqlalchemy requirement

Last-Update: 2021-12-07
dh_python generates automatically the Python dependencies with version
restrictions. Remove sqlalchemy from the requirements to allow
co-instalation of faraday and recent versions of python3-sqlalchemy.
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 9c188be..fb082e3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -21,7 +21,7 @@ python-dateutil>=2.6.0
 requests>=2.18.4
 pyasn1
 service_identity>=17.0.0
-SQLAlchemy>=1.2.0,<1.4.0
+#SQLAlchemy>=1.2.0,<1.4.0
 tqdm>=4.15.0
 twisted>=18.9.0
 webargs>=7.0.0