ci: add missing packaging dependency
This commit is contained in:
parent
7fb48fde6d
commit
9296c41650
|
@ -69,7 +69,7 @@ prospector:
|
||||||
- redis:latest
|
- redis:latest
|
||||||
pylint:
|
pylint:
|
||||||
script:
|
script:
|
||||||
- pylint p2
|
- pylint passbook
|
||||||
stage: test
|
stage: test
|
||||||
services:
|
services:
|
||||||
- postgres:latest
|
- postgres:latest
|
||||||
|
|
|
@ -16,6 +16,7 @@ urllib3<1.25,>=1.21.1
|
||||||
grpcio
|
grpcio
|
||||||
grpcio-reflection
|
grpcio-reflection
|
||||||
protobuf
|
protobuf
|
||||||
|
packaging
|
||||||
# OAuth Client
|
# OAuth Client
|
||||||
requests_oauthlib>=0.4.2
|
requests_oauthlib>=0.4.2
|
||||||
oauthlib>=2.0.6
|
oauthlib>=2.0.6
|
||||||
|
|
Reference in New Issue