ci: add missing packaging dependency

This commit is contained in:
Langhammer, Jens 2019-07-22 15:35:11 +02:00
parent 7fb48fde6d
commit 9296c41650
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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