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
pylint:
script:
- pylint p2
- pylint passbook
stage: test
services:
- postgres:latest

View File

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