fix: Gate fix for Armada cover, pep8, and docs gates

Now that the Armada gates are running on Focal(20.04), grpcio
and pyflakes need to use a version compatible with python3.8 and Ubuntu
20.04

Change-Id: I1071d211e5a6c4a5fcdad9818f735fcb3c97d962
This commit is contained in:
Rick Bartra 2020-09-11 12:55:12 -04:00
parent ce353b61f0
commit a1b693b84d
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
deepdiff==3.3.0
gitpython
grpcio==1.16.0
grpcio>=1.16.0
jsonschema>=2.6.0
keystoneauth1==2.21.0
keystonemiddleware==4.9.1

View File

@ -1,4 +1,5 @@
# General
pyflakes>=2.1.1
tox
# Docs