cinderlib/requirements.txt
Brian Rosmaita c722aefb67 Don't limit use of importlib-metadata to Python < 3.8
Change I5febaed02e95 to global-requirements lifted the cap
on importlib-metadata, so we should too.

The cinderlib restriction to py<3.8 was originally made by
change I1709952cf0d0  (merged 28 July 2020).

Change-Id: Ib0397640e524a3d932e71d4c776eca19234c057a
2022-12-14 04:44:10 +00:00

8 lines
272 B
Plaintext

# restrict cinder to the zed release only
cinder>=21.0.0.0,<22.0.0 # Apache-2.0
# brick upper bound is controlled by zed/upper-constraints
os-brick>=6.1.0 # Apache-2.0
importlib_metadata>=1.7.0 # Apache-2.0
importlib_resources>=3.2.1;python_version<'3.10' # Apache-2.0