fix(gate): make the functional gate to pass

This patch set allows the functional gate of airship-deckhand to pass
once again.

Change-Id: I72406464ee490319dc6fa31851a235f0b5850467
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2018-06-15 23:33:20 -05:00
parent 8c546fbab6
commit 0143b2d727
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=1.0.0 # Apache-2.0
alembic==0.8.2 # MIT
alembic>=0.9.6 # MIT
falcon>=1.4.1 # Apache-2.0
pbr!=2.1.0,>=3.1.1 # Apache-2.0
PasteDeploy>=1.5.2 # MIT