deb-barbican/debian/patches/allow_newer_sqlalchemy.patch

11 lines
238 B
Diff

--- a/requirements.txt
+++ b/requirements.txt
@@ -27,6 +27,6 @@
ldap3>=0.9.8.2 # LGPLv3
keystonemiddleware
six>=1.9.0 # MIT
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
stevedore>=1.16.0 # Apache-2.0
WebOb>=1.2.3 # MIT