diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea6aec53e..eccc0ec2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ prospector: - redis:latest pylint: script: - - pylint p2 + - pylint passbook stage: test services: - postgres:latest diff --git a/requirements.txt b/requirements.txt index ef59f4925..ca8fed99c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ urllib3<1.25,>=1.21.1 grpcio grpcio-reflection protobuf +packaging # OAuth Client requests_oauthlib>=0.4.2 oauthlib>=2.0.6