ci: add missing packaging dependency
This commit is contained in:
parent
7fb48fde6d
commit
9296c41650
|
@ -69,7 +69,7 @@ prospector:
|
|||
- redis:latest
|
||||
pylint:
|
||||
script:
|
||||
- pylint p2
|
||||
- pylint passbook
|
||||
stage: test
|
||||
services:
|
||||
- postgres:latest
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in New Issue