Update requirements files for py35 compatability

Change-Id: I245d83922090c313966e8677fd9367f60b778231
This commit is contained in:
Rodrigo Barbieri 2021-11-01 18:28:55 -03:00 committed by Alex Kavanagh
parent 1a63d9c0b6
commit 997f1e5f93
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
# requirements. They are intertwined. Also, Zaza itself should specify
# all of its own requirements and if it doesn't, fix it there.
#
pyparsing<3.0.0 # aodhclient is pinned in zaza and needs pyparsing < 3.0.0, but cffi also needs it, so pin here.
cffi==1.14.6; python_version < '3.6' # cffi 1.15.0 drops support for py35.
setuptools<50.0.0 # https://github.com/pypa/setuptools/commit/04e3df22df840c6bb244e9b27bc56750c44b7c85
requests>=2.18.4