Sync requirements with shipyard
This PS adjusts list of dependences needed to get syncronized with Shipyard project. Change-Id: I65d9a3e621fdeb2579d15de3bb5da1049f4c8c39
This commit is contained in:
parent
386a686e69
commit
21bdc838d1
@ -1,6 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: Armada
|
||||
Version: 1.1.0.dev687
|
||||
Version: 1.1.0.dev688
|
||||
Summary: Tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada YAML and providing life-cycle hooks for all Helm releases.
|
||||
Home-page: https://airshipit.org
|
||||
Author: The Airship Authors
|
||||
@ -14,6 +14,7 @@ Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
License-File: LICENSE
|
||||
License-File: AUTHORS
|
||||
|
||||
Armada
|
||||
======
|
||||
|
@ -5,10 +5,13 @@
|
||||
.stestr.conf
|
||||
.style.yapf
|
||||
.zuul.yaml
|
||||
AUTHORS
|
||||
CONTRIBUTING.rst
|
||||
ChangeLog
|
||||
LICENSE
|
||||
Makefile
|
||||
README.rst
|
||||
bindep.txt
|
||||
controller.sh
|
||||
entrypoint.sh
|
||||
plugin.yaml
|
||||
@ -233,5 +236,7 @@ tools/gate/playbooks/build-charts.yaml
|
||||
tools/gate/playbooks/debug-report.yaml
|
||||
tools/gate/playbooks/docker-image-build.yaml
|
||||
tools/gate/playbooks/git-config.yaml
|
||||
tools/gate/playbooks/roles
|
||||
tools/gate/playbooks/vars.yaml
|
||||
tools/gate/playbooks/files/docker-systemd.conf
|
||||
tools/gate/roles/disable-systemd-resolved/tasks/disable-systemd-resolved.yaml
|
||||
tools/gate/roles/disable-systemd-resolved/tasks/main.yaml
|
@ -1 +1 @@
|
||||
{"git_version": "5658b3d", "is_release": false}
|
||||
{"git_version": "23d7142", "is_release": false}
|
@ -3,6 +3,7 @@ configparser
|
||||
deepdiff<=5.8.1
|
||||
docutils
|
||||
falcon
|
||||
gitpython
|
||||
importlib_metadata
|
||||
jsonschema<=3.2.0
|
||||
keystoneauth1<=5.1.1
|
||||
@ -16,10 +17,10 @@ oslo.policy<=3.10.1
|
||||
oslo.utils<=4.12.3
|
||||
prometheus-client==0.8.0
|
||||
pylibyaml==0.1.0
|
||||
python_dateutil==2.8.2
|
||||
python-dateutil==2.8.1
|
||||
PyYAML<=5.4.1
|
||||
reno
|
||||
requests==2.27.0
|
||||
requests==2.23.0
|
||||
retry
|
||||
setuptools<=45.2.0
|
||||
six
|
||||
|
@ -1,13 +1,13 @@
|
||||
# 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.
|
||||
Sphinx==6.1.3
|
||||
sphinx-rtd-theme==0.5.0
|
||||
reno
|
||||
pylibyaml==0.1.0
|
||||
plantuml
|
||||
sphinxcontrib-apidoc==0.3.0 # BSD
|
||||
sphinxcontrib-plantuml==0.25
|
||||
jinja2
|
||||
docutils<=0.17
|
||||
Jinja2<=3.0.3
|
||||
MarkupSafe<2.1.0, >=0.9.2
|
||||
docutils
|
||||
plantuml
|
||||
pylibyaml==0.1.0
|
||||
reno
|
||||
sphinx-rtd-theme==0.5.0
|
||||
Sphinx==3.3.1
|
||||
sphinxcontrib-apidoc==0.3.0 # BSD
|
||||
sphinxcontrib-plantuml==0.25
|
@ -1,10 +1,11 @@
|
||||
click
|
||||
configparser
|
||||
deepdiff<=5.8.1
|
||||
docutils
|
||||
docutils<=0.17
|
||||
falcon
|
||||
gitpython
|
||||
importlib_metadata
|
||||
importlib-metadata~=2.0
|
||||
Jinja2<=3.0.3
|
||||
jsonschema<=3.2.0
|
||||
keystoneauth1<=5.1.1
|
||||
kubernetes==26.1.0
|
||||
@ -17,14 +18,14 @@ oslo.policy<=3.10.1
|
||||
oslo.utils<=4.12.3
|
||||
prometheus-client==0.8.0
|
||||
pylibyaml==0.1.0
|
||||
python_dateutil==2.8.2
|
||||
python-dateutil==2.8.1
|
||||
PyYAML<=5.4.1
|
||||
reno
|
||||
requests==2.27.0
|
||||
requests==2.23.0
|
||||
retry
|
||||
setuptools<=45.2.0
|
||||
six
|
||||
Sphinx
|
||||
Sphinx==3.3.1
|
||||
sphinx_rtd_theme==0.5.0
|
||||
urllib3 >= 1.21.1, <= 1.25.11
|
||||
uWSGI==2.0.21
|
||||
|
@ -3,23 +3,23 @@ attrs==23.1.0
|
||||
Babel==2.12.1
|
||||
cachetools==5.3.0
|
||||
certifi==2022.12.7
|
||||
charset-normalizer==2.0.12
|
||||
chardet==3.0.4
|
||||
click==8.1.3
|
||||
configparser==5.3.0
|
||||
debtcollector==2.5.0
|
||||
decorator==5.1.1
|
||||
deepdiff==5.8.1
|
||||
docutils==0.19
|
||||
docutils==0.17
|
||||
dulwich==0.21.3
|
||||
falcon==3.1.1
|
||||
gitdb==4.0.10
|
||||
GitPython==3.1.31
|
||||
google-auth==2.17.3
|
||||
idna==3.4
|
||||
idna==2.10
|
||||
imagesize==1.4.1
|
||||
importlib-metadata==6.5.0
|
||||
importlib-metadata==2.1.3
|
||||
iso8601==1.1.0
|
||||
Jinja2==3.1.2
|
||||
Jinja2==3.0.3
|
||||
jsonschema==3.2.0
|
||||
keystoneauth1==5.1.1
|
||||
kubernetes==26.1.0
|
||||
@ -49,11 +49,11 @@ Pygments==2.15.1
|
||||
pylibyaml==0.1.0
|
||||
pyparsing==3.0.9
|
||||
pyrsistent==0.19.3
|
||||
python-dateutil==2.8.2
|
||||
python-dateutil==2.8.1
|
||||
pytz==2023.3
|
||||
PyYAML==5.4.1
|
||||
reno==4.0.0
|
||||
requests==2.27.0
|
||||
requests==2.23.0
|
||||
requests-oauthlib==1.3.1
|
||||
retry==0.9.2
|
||||
rfc3986==2.0.0
|
||||
@ -62,7 +62,7 @@ setuptools==45.2.0
|
||||
six==1.16.0
|
||||
smmap==5.0.0
|
||||
snowballstemmer==2.2.0
|
||||
Sphinx==6.1.3
|
||||
Sphinx==3.3.1
|
||||
sphinx-rtd-theme==0.5.0
|
||||
sphinxcontrib-applehelp==1.0.4
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user