42e8a6fd7f
The only reason we have a dependency on launchpadlib and lazr.restfulclient is for the old tool that imported project history from launchpad. We no longer need the tool, so we can remove it and the dependency as part of our python 3 port. Change-Id: Ie87e6172c953df10cb70d34c9bc23ad30e97ce4d Signed-off-by: Doug Hellmann <doug@doughellmann.com>
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
pbr>=1.6
|
|
|
|
# NOTE(dhellmann): We pin keyring because new releases tend to add
|
|
# dependencies for GUI tools that we don't use
|
|
keyring==7.3
|
|
|
|
requests>=2.5.2
|
|
PyYAML>=3.1.0
|
|
zuul
|
|
yamlordereddictloader
|
|
prompt_toolkit
|
|
tqdm
|
|
packaging>=15.2
|
|
mwclient==0.8.1
|