Add grpcio back to global requirements

This should fix Zun's gate job.
grpcio was included in global requirements. Recently, it was removed:
https://review.opendev.org/c/openstack/requirements/+/915164

This commit adds it back since Zun needs it.

Change-Id: Ia4ef6a451a9b2f23654334e4a21d349250de6e3b
This commit is contained in:
Hongbin Lu 2024-12-05 10:45:26 +00:00
parent 1dec633e9d
commit 040aa15618

View File

@ -58,6 +58,7 @@ GitPython # BSD License (3 clause)
google-api-python-client # Apache-2.0
graphviz!=0.5.0 # MIT License
greenlet!=0.4.14 # MIT
grpcio # Apache-2.0
gunicorn # MIT
httplib2 # MIT
httpx # BSD