b1f00852e3
Pegleg is a consumer of both Promenade and Deckhand, these projects have conflicting versions of multiple Python requirements. This patch: - Uplifts Promenade to more recent versions of these dependencies to match Deckhand. - Applies `tox -e freeze` to uplift requirements-frozen.txt Locally these changes can be tested to ensure compatability with Pegleg by following these steps: 1. Checkout this patch locally 2. Clone Pegleg to local disc 3. Update Pegleg's Pipfile, specifically changing line 30: promenade = {file = "/your/path/to/local/promenade"} 4. Run tox -e update-requirements from Pegleg If these steps are successful you will see the following output: update-requirements: commands succeeded congratulations :) Change-Id: Ifdc74c4f80f599058e8b56008e234324a6d89e49 Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
beaker==1.10.0
|
|
click==6.7
|
|
docker==3.7.2
|
|
falcon==1.4.1
|
|
jinja2==2.10
|
|
jsonpath-ng==1.4.3
|
|
jsonschema==2.6.0
|
|
keystoneauth1==3.11.1
|
|
keystonemiddleware==5.3.0
|
|
kubernetes==3.0.0
|
|
oslo.context==2.21.0
|
|
oslo.policy==1.40.1
|
|
pastedeploy==1.5.2
|
|
pyyaml~=5.1
|
|
requests==2.22.0
|
|
uwsgi==2.0.17.1
|
|
git+https://opendev.org/airship/deckhand.git@7d2092b100bddcab77fca0acadd9fc99ba59797b#egg=deckhand
|