Package: senlin / 2.0.0-3

allow_newer_sqlalchemy.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
--- a/requirements.txt
+++ b/requirements.txt
@@ -30,7 +30,7 @@
 Routes!=2.0,!=2.1,!=2.3.0,>=1.12.3;python_version=='2.7' # MIT
 Routes!=2.0,!=2.3.0,>=1.12.3;python_version!='2.7' # MIT
 six>=1.9.0 # MIT
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
 sqlalchemy-migrate>=0.9.6 # Apache-2.0
 stevedore>=1.16.0 # Apache-2.0
 WebOb>=1.2.3 # MIT