reno/requirements.txt
Doug Hellmann 35c0a43c39
raise the minimum version of pyyaml
The older PyYAML does not install cleanly on macOS.

Change-Id: I7772360d6988f305df19c761021b9eca3735e94c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2020-08-29 17:41:39 -04:00

9 lines
275 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr
PyYAML>=5.3.1
dulwich>=0.15.0 # Apache-2.0
packaging>=20.4