-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
1,609 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
__author__ = """Simon Kowallik""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.6.0" # pyproject.toml | ||
__version__ = "0.6.1" # pyproject.toml | ||
__projectname__ = "AS3 Ninja" | ||
# pylint: disable=line-too-long | ||
__description__ = "AS3 Ninja is a templating and validation engine for your AS3 declarations providing a CLI and Swagger REST API." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,48 @@ | ||
alabaster==0.7.12 ; python_version >= "3.8" and python_version < "4.0" | ||
alabaster==0.7.13 ; python_version >= "3.8" and python_version < "4.0" | ||
anyio==3.6.2 ; python_version >= "3.8" and python_version < "4.0" | ||
attrs==22.1.0 ; python_version >= "3.8" and python_version < "4.0" | ||
attrs==22.2.0 ; python_version >= "3.8" and python_version < "4.0" | ||
babel==2.11.0 ; python_version >= "3.8" and python_version < "4.0" | ||
certifi==2022.9.24 ; python_version >= "3.8" and python_version < "4" | ||
charset-normalizer==2.1.1 ; python_version >= "3.8" and python_version < "4" | ||
certifi==2022.12.7 ; python_version >= "3.8" and python_version < "4" | ||
charset-normalizer==3.0.1 ; python_version >= "3.8" and python_version < "4" | ||
click==8.1.3 ; python_version >= "3.8" and python_version < "4.0" | ||
colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.8" and python_version < "4.0" and platform_system == "Windows" | ||
docutils==0.17.1 ; python_version >= "3.8" and python_version < "4.0" | ||
fastapi==0.87.0 ; python_version >= "3.8" and python_version < "4.0" | ||
docutils==0.18.1 ; python_version >= "3.8" and python_version < "4.0" | ||
fastapi==0.92.0 ; python_version >= "3.8" and python_version < "4.0" | ||
h11==0.14.0 ; python_version >= "3.8" and python_version < "4.0" | ||
hvac==0.11.2 ; python_version >= "3.8" and python_version < "4.0" | ||
idna==3.4 ; python_version >= "3.8" and python_version < "4" | ||
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0" | ||
importlib-metadata==5.0.0 ; python_version >= "3.8" and python_version < "3.10" | ||
importlib-resources==5.10.0 ; python_version >= "3.8" and python_version < "3.9" | ||
importlib-metadata==6.0.0 ; python_version >= "3.8" and python_version < "3.10" | ||
importlib-resources==5.12.0 ; python_version >= "3.8" and python_version < "3.9" | ||
jinja2==3.1.2 ; python_version >= "3.8" and python_version < "4.0" | ||
jsonschema==4.17.0 ; python_version >= "3.8" and python_version < "4.0" | ||
jsonschema==4.17.3 ; python_version >= "3.8" and python_version < "4.0" | ||
loguru==0.6.0 ; python_version >= "3.8" and python_version < "4.0" | ||
markupsafe==2.1.1 ; python_version >= "3.8" and python_version < "4.0" | ||
packaging==21.3 ; python_version >= "3.8" and python_version < "4.0" | ||
markupsafe==2.1.2 ; python_version >= "3.8" and python_version < "4.0" | ||
packaging==23.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9" | ||
pydantic==1.10.2 ; python_version >= "3.8" and python_version < "4.0" | ||
pygments==2.13.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pyparsing==3.0.9 ; python_version >= "3.8" and python_version < "4.0" | ||
pyrsistent==0.19.2 ; python_version >= "3.8" and python_version < "4.0" | ||
pytz==2022.6 ; python_version >= "3.8" and python_version < "4.0" | ||
pydantic==1.10.5 ; python_version >= "3.8" and python_version < "4.0" | ||
pygments==2.14.0 ; python_version >= "3.8" and python_version < "4.0" | ||
pyrsistent==0.19.3 ; python_version >= "3.8" and python_version < "4.0" | ||
pytz==2022.7.1 ; python_version >= "3.8" and python_version < "4.0" | ||
pyyaml==6.0 ; python_version >= "3.8" and python_version < "4.0" | ||
requests==2.28.1 ; python_version >= "3.8" and python_version < "4" | ||
requests==2.28.2 ; python_version >= "3.8" and python_version < "4" | ||
setuptools==67.3.2 ; python_version >= "3.8" and python_version < "4.0" | ||
six==1.16.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sniffio==1.3.0 ; python_version >= "3.8" and python_version < "4.0" | ||
snowballstemmer==2.2.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinx-autodoc-typehints==1.19.5 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinx-rtd-theme==1.1.1 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinx-autodoc-typehints==1.22 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinx-rtd-theme==1.2.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinx==5.3.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-applehelp==1.0.2 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-htmlhelp==2.0.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-jquery==2.0.0 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.8" and python_version < "4.0" | ||
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.8" and python_version < "4.0" | ||
starlette==0.21.0 ; python_version >= "3.8" and python_version < "4.0" | ||
typing-extensions==4.4.0 ; python_version >= "3.8" and python_version < "4.0" | ||
urllib3==1.26.12 ; python_version >= "3.8" and python_version < "4" | ||
starlette==0.25.0 ; python_version >= "3.8" and python_version < "4.0" | ||
typing-extensions==4.5.0 ; python_version >= "3.8" and python_version < "4.0" | ||
urllib3==1.26.14 ; python_version >= "3.8" and python_version < "4" | ||
uvicorn==0.18.3 ; python_version >= "3.8" and python_version < "4.0" | ||
win32-setctime==1.1.0 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" | ||
zipp==3.10.0 ; python_version >= "3.8" and python_version < "3.10" | ||
zipp==3.14.0 ; python_version >= "3.8" and python_version < "3.10" |
Oops, something went wrong.