diff --git a/full-requirements.txt b/full-requirements.txt index f092b263..575769ce 100644 --- a/full-requirements.txt +++ b/full-requirements.txt @@ -10,9 +10,6 @@ requests>=2.14.2 # Apache 2.0 google-cloud-compute==1.3.2 google-cloud-dns==0.34.0 google-auth # Apache 2.0 -grpcio==1.48.2; python_version<'3.7' # last 3.6 version -grpcio==1.50.0; python_version>='3.7' # fix issue with m1 macs -python-gitlab==3.13.0 gunicorn==20.1.0 redis==4.4.4 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! diff --git a/requirements.txt b/requirements.txt index 04f86b6e..c36f58de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,3 +20,4 @@ flask<=2.1.3 # BSD 3-clause flask-caching<=2.0.1 # BSD 3-clause flask_cors==3.0.10 uvicorn<=0.18.2 # BSD 3-clause +python-gitlab==3.13.0 diff --git a/setup.cfg b/setup.cfg index 13b5b049..bc4d1df7 100755 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,6 @@ full = google-cloud-compute==1.3.2 google-cloud-dns==0.34.0 google-auth - python-gitlab<=3.4.0 gunicorn==20.1.0 redis==4.3.5