فهرست منبع

Fix requirements for running workflow tests

Fixes requirement pip installation on newer Operating Systems that deprecated
OpenSSL 1.1.

Limits `sqlalchemy` version, since `sqlalchemy-migrate` has been also
deprecated.
Daniel Vincze 3 سال پیش
والد
کامیت
1eb204f687
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      requirements.txt

+ 2 - 2
requirements.txt

@@ -25,7 +25,7 @@ paramiko>=2.1.0
 paste
 paste
 pbr
 pbr
 psutil
 psutil
-pyOpenSSL
+pyOpenSSL>=21.0.0
 python-keystoneclient
 python-keystoneclient
 # required by `oslo_cache` when imported by `keystonemiddleware`
 # required by `oslo_cache` when imported by `keystonemiddleware`
 python-memcached>=1.56
 python-memcached>=1.56
@@ -38,7 +38,7 @@ requests
 mysqlclient
 mysqlclient
 schedule
 schedule
 strict-rfc3339
 strict-rfc3339
-sqlalchemy
+sqlalchemy<2.0.0
 taskflow
 taskflow
 webob
 webob
 sshtunnel
 sshtunnel