pin keyring dependency to avoid dbus dependency

Change-Id: I12e87f0f4736410712a188759282b10ad224aef3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2016-06-27 08:09:22 -04:00
parent c54450bcd3
commit a325868ea7
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
pbr>=1.6
launchpadlib
# NOTE(dhellmann): We pin keyring and launchpadlib because new
# releases tend to add dependencies for GUI tools that we don't use
keyring==7.3
launchpadlib==1.10.3
requests>=2.5.2
PyYAML>=3.1.0
zuul