Sync requirements with shipyard

This PS adjusts list of dependences needed to get syncronized with Shipyard project.

Change-Id: I9235702aa34b9f0bf6634229a24e5f1847ac9a7d
This commit is contained in:
Sergiy Markin 2023-04-24 14:13:43 +00:00
parent ac4edb0c64
commit dc3445030a
9 changed files with 122 additions and 119 deletions

View File

@ -1,12 +1,23 @@
Metadata-Version: 1.2
Metadata-Version: 2.1
Name: Deckhand
Version: 1.1.0.dev717
Summary: Storage service for YAML-based configuration documents, which are managed through version control and automatically validated.
Home-page: https://airship-deckhand.readthedocs.io/
Author: The Airship Authors
Author-email: airship-discuss@lists.airshipit.org
License: UNKNOWN
Description: ========
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS
========
Deckhand
========
@ -88,14 +99,3 @@ Description: ========
.. |Doc Status| image:: https://readthedocs.org/projects/airship-deckhand/badge/?version=latest
:target: https://airship-deckhand.readthedocs.io/
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8

View File

@ -3,4 +3,3 @@ deckhand.conf = deckhand.conf.opts:list_opts
[oslo.policy.policies]
deckhand = deckhand.policies:list_rules

View File

@ -1 +1 @@
{"git_version": "c942ba7", "is_release": false}
{"git_version": "ac4edb0", "is_release": false}

View File

@ -7,11 +7,11 @@ ConfigParser
coverage
cryptography==3.4.8
deepdiff<=5.8.1
docutils
falcon
docutils<=0.17
falcon==1.4.1
hacking
importlib-metadata
Jinja2
importlib-metadata~=2.0
Jinja2<=3.0.3
jsonpath_ng
jsonpath-rw-ext>=1.0.0
jsonpickle==1.4.1
@ -48,13 +48,13 @@ pymongo
pyparsing<=2.4.7
pyproject-api
python-barbicanclient<=5.2.0
python-dateutil
python-dateutil==2.8.1
python-keystoneclient
python-memcached
python-subunit<=1.4.0
PyYAML<=5.4.1
reno
requests==2.27.0
requests==2.23.0
Routes
setuptools<=45.2.0
six
@ -74,4 +74,4 @@ virtualenv
Werkzeug
wheel
wsgi-intercept>=1.2.2
yq
yq==3.2.1

View File

@ -1,7 +1,7 @@
plantuml
sphinxcontrib-apidoc>=0.2.0 # BSD
sphinxcontrib-apidoc==0.2.0 # BSD
sphinxcontrib-plantuml
Sphinx==6.1.3
Sphinx==3.3.1
sphinx-rtd-theme==0.5.0
reno==4.0.0
pylibyaml==0.1.0
@ -23,3 +23,4 @@ oslo.db==10.0.0
oslo.log==5.2.0
Werkzeug==2.1.2
jsonpickle==3.0.1
Jinja2<=3.0.3

View File

@ -7,11 +7,11 @@ ConfigParser
coverage
cryptography==3.4.8
deepdiff<=5.8.1
docutils
docutils<=0.17
falcon
hacking
importlib-metadata
Jinja2
importlib-metadata~=2.0
Jinja2<=3.0.3
jsonpath_ng
jsonpath-rw-ext>=1.0.0
jsonpickle==1.4.1
@ -48,17 +48,17 @@ pymongo
pyparsing<=2.4.7
pyproject-api
python-barbicanclient<=5.2.0
python-dateutil
python-dateutil==2.8.1
python-keystoneclient
python-memcached
python-subunit<=1.4.0
PyYAML<=5.4.1
reno
requests==2.27.0
requests==2.23.0
Routes
setuptools<=45.2.0
six
Sphinx
Sphinx==3.3.1
sphinx-rtd-theme==0.5.0
SQLAlchemy<=1.3.20
stevedore
@ -67,11 +67,11 @@ testresources
testscenarios
testtools<=2.5.0
tiddlyweb
typing_extensions==4.5.0
typing-extensions==3.7.2
urllib3 >= 1.21.1, <= 1.25.11
uWSGI==2.0.21
virtualenv
Werkzeug
wheel
wsgi-intercept>=1.2.2
yq
yq==3.2.1

View File

@ -1,7 +1,7 @@
alabaster==0.7.13
alembic==1.4.3
amqp==2.6.1
argcomplete==3.0.5
argcomplete==3.0.8
attrs==23.1.0
autopage==0.5.1
Babel==2.12.1
@ -11,8 +11,8 @@ cachetools==5.3.0
certifi==2022.12.7
cffi==1.15.1
chardet==3.0.4
charset-normalizer==2.0.12
cliff==4.2.0
charset-normalizer==3.1.0
cliff==3.10.1
cmd2==2.4.3
configparser==5.3.0
coverage==7.2.3
@ -22,7 +22,7 @@ decorator==5.1.1
deepdiff==5.8.1
distlib==0.3.6
dnspython==2.3.0
docutils==0.19
docutils==0.17
dogpile.cache==1.1.8
dulwich==0.21.3
eventlet==0.33.3
@ -37,11 +37,11 @@ greenlet==2.0.2
hacking==4.1.0
html5lib==0.9999999
httpexceptor==1.4.0
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
jsonpath-ng==1.5.3
jsonpath-rw==1.4.0
jsonpath-rw-ext==1.2.2
@ -79,7 +79,7 @@ Paste==3.5.0
PasteDeploy==3.0.1
PasteScript==3.3.0
pbr==5.5.1
pip==23.1
pip==23.0.1
platformdirs==3.2.0
ply==3.11
prettytable==3.7.0
@ -97,7 +97,7 @@ pyperclip==1.8.2
pyproject_api==1.5.0
pyrsistent==0.19.3
python-barbicanclient==5.2.0
python-dateutil==2.8.2
python-dateutil==2.8.1
python-editor==1.0.4
python-keystoneclient==5.1.0
python-memcached==1.59
@ -107,7 +107,7 @@ pytz==2023.3
PyYAML==5.4.1
reno==4.0.0
repoze.lru==0.7
requests==2.27.0
requests==2.23.0
resolver==0.2.1
rfc3986==2.0.0
Routes==2.5.1
@ -116,7 +116,7 @@ setuptools==45.2.0
simplejson==3.19.1
six==1.16.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
@ -137,7 +137,7 @@ testtools==2.5.0
tiddlyweb==2.4.3
tomli==2.0.1
tomlkit==0.11.7
typing_extensions==4.5.0
typing-extensions==3.7.2
urllib3==1.25.11
uWSGI==2.0.21
vine==1.3.0

View File

@ -19,7 +19,7 @@ pyparsing==2.4.7
pytest >= 3.0
pytest-cov==4.0.0
python-subunit==1.4.0
requests==2.27.0
requests==2.23.0
six==1.16.0
stestr==3.2.0
testrepository==0.0.20

View File

@ -166,6 +166,9 @@ ignore = E731,F405,H405,W504,H306
exclude = .venv,venv,.git,.tox,dist,*lib/python*,*egg,build,releasenotes,doc,alembic/versions,build/tmp.*
[testenv:docs]
allowlist_externals =
pip3
bash
deps =
-r{toxinidir}/doc/requirements-docs.txt
commands =