From a4211631466406b62c9874639a1753610fb159f5 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Sun, 4 Apr 2021 17:25:26 +0200 Subject: [PATCH] update data --- setup.py | 144 +++++++++++++++++++++++++------------------------------ 1 file changed, 64 insertions(+), 80 deletions(-) diff --git a/setup.py b/setup.py index acda1878..d7f77362 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ keywords_list = [ requires_setup = [ "appdirs==1.4.4", "argparse==1.4.0", + "build==0.3.1.post1", "certifi==2020.12.5", "cfgv==3.2.0", "chardet==3.0.4", @@ -43,8 +44,9 @@ requires_setup = [ "identify==1.5.14", "idna==2.10", "nodeenv==1.5.0", - "packaging==20.0", + "packaging==20.9", "pbr==3.1.1", + "pep517==0.9.1", "pip-licenses==3.3.0", "pip-tools==5.5.0", "pipenv==2020.11.15", @@ -54,12 +56,11 @@ requires_setup = [ "pyparsing==2.4.6", "python-dotenv==0.15.0", "python-magic==0.4.22", - "pytoml==0.1.21", "pytoolbox==14.0.0", "pytz==2021.1", "pyyaml==5.4.1", "requests==2.25.1", - "six==1.14.0", + "six==1.15.0", "toml==0.10.2", "urllib3==1.26.3", "venv-run==0.1.0", @@ -71,10 +72,8 @@ requires_setup = [ requires_test = [ "alembic==1.5.5", "appdirs==1.4.4", - "atomicwrites==1.4.0", "attrs==20.3.0", "click==7.1.2", - "colorama==0.4.4", "distlib==0.3.1", "filelock==3.0.12", "flask-db==0.3.0", @@ -105,7 +104,7 @@ requires_test = [ "pytest==5.3.2", "python-dateutil==2.8.1", "python-editor==1.0.4", - "six==1.14.0", + "six==1.15.0", "sqlalchemy-utils==0.36.8", "sqlalchemy==1.3.23", "toml==0.10.2", @@ -116,62 +115,50 @@ requires_test = [ requires_docs = [ "alabaster==0.7.12", - "atomicwrites==1.4.0", - "attrs==19.3.0", - "babel==2.9.0", - "certifi==2020.12.5", - "chardet==3.0.4", - "cleo==0.8.1", - "clikit==0.6.2", - "colorama==0.4.4", - "crashtest==0.3.1", - "docutils==0.16", - "httplib2==0.19.0", - "idna==2.10", - "imagesize==1.2.0", - "importlib-metadata==1.3.0", - "jinja2==2.11.3", - "markdown==3.3.3", - "markupsafe==1.1.1", - "more-itertools==8.0.2", - "packaging==20.0", - "pastel==0.2.1", - "pbr==5.5.1", - "plantuml-gentools==0.1.2", - "plantuml-markdown==3.4.2", - "plantuml-wrapper==0.1.0", - "plantuml2freemind==0.8.2", - "plantuml==0.3.0", - "pluggy==0.13.1", - "py2puml==0.3.1", - "py==1.8.1", - "pygments==2.8.0", - "pylev==1.3.0", - "pyparsing==2.4.6", - "pytest==5.3.2", - "pytz==2021.1", - "pyyaml==5.4.1", - "requests==2.25.1", - "six==1.14.0", - "snowballstemmer==2.1.0", - "speaklater==1.3", - "sphinx==3.4.3", - "sphinxcontrib-applehelp==1.0.2", - "sphinxcontrib-devhelp==1.0.2", - "sphinxcontrib-gravizo==0.0.4", - "sphinxcontrib-htmlhelp==1.0.3", - "sphinxcontrib-jsmath==1.0.1", - "sphinxcontrib-log-cabinet==1.0.1", - "sphinxcontrib-plantuml==0.19", - "sphinxcontrib-qthelp==1.0.3", - "sphinxcontrib-serializinghtml==1.1.4", - "str2bool==1.1", - "stringcase==1.2.0", - "tokenize-rt==4.1.0", - "typing-extensions==3.7.4.3", - "urllib3==1.26.3", - "wcwidth==0.1.8", - "zipp==0.6.0", + "babel==2.9.0", + "certifi==2020.12.5", + "cffi==1.14.5", + "chardet==3.0.4", + "cryptography==3.4.7", + "docutils==0.16", + "github3.py==2.0.0", + "httplib2==0.19.0", + "idna==2.10", + "imagesize==1.2.0", + "jinja2==2.11.3", + "jwcrypto==0.8", + "markdown==3.3.3", + "markupsafe==1.1.1", + "packaging==20.0", + "pbr==5.5.1", + "plantuml-gentools==0.1.2", + "plantuml-markdown==3.4.2", + "plantuml-wrapper==0.1.0", + "plantuml==0.3.0", + "py2puml==0.3.1", + "pycparser==2.20", + "pygments==2.8.0", + "pyparsing==2.4.6", + "python-dateutil==2.8.1", + "pytz==2021.1", + "requests==2.25.1", + "six==1.13.0", + "snowballstemmer==2.1.0", + "speaklater==1.3", + "sphinx==3.4.3", + "sphinxcontrib-applehelp==1.0.2", + "sphinxcontrib-devhelp==1.0.2", + "sphinxcontrib-github==0.1.3", + "sphinxcontrib-gravizo==0.0.4", + "sphinxcontrib-htmlhelp==1.0.3", + "sphinxcontrib-jsmath==1.0.1", + "sphinxcontrib-log-cabinet==1.0.1", + "sphinxcontrib-plantuml==0.19", + "sphinxcontrib-qthelp==1.0.3", + "sphinxcontrib-serializinghtml==1.1.4", + "tokenize-rt==4.1.0", + "uritemplate==3.0.1", + "urllib3==1.26.3", ] dotenv_require = [ @@ -186,28 +173,27 @@ requires_extras = { } requires_install = [ - "alabaster==0.7.12", + "alabaster==0.7.12", "alembic==1.5.4", "amqp==5.0.5", "appdirs==1.4.4", "argparse==1.4.0", - "atomicwrites==1.4.0", "attrs==19.3.0", "babel==2.9.0", "billiard==3.6.3.0", "blinker==1.4", + "build==0.3.1.post1", "celery[redis]==5.0.5", "certifi==2020.12.5", + "cffi==1.14.5", "cfgv==3.2.0", "chardet==3.0.4", - "cleo==0.8.1", "click-didyoumean==0.0.3", "click-plugins==1.1.1", "click-repl==0.1.6", "click==7.1.2", - "clikit==0.6.2", - "colorama==0.4.4", - "crashtest==0.3.1", + "cryptography==3.4.7", + "cx-oracle==8.1.0", "cycler==0.10.0", "distlib==0.3.1", "docutils==0.16", @@ -221,15 +207,15 @@ requires_install = [ "flask-fixtures==0.3.8", "flask-pluginkit==3.6.0", "flask-redisboard==0.2.0", - "flask-sqlalchemy==2.4.4", + "flask-sqlalchemy==2.5.1", "flask-whooshalchemy3==0.2.0", "flask-wtf==0.14.3", "flask==1.1.2", + "github3.py==2.0.0", "httplib2==0.19.0", "identify==1.5.13", "idna==2.10", "imagesize==1.2.0", - "importlib-metadata==1.3.0", "itsdangerous==1.1.0", "jaraco.context==4.0.0", "jaraco.functools==3.2.1", @@ -237,6 +223,7 @@ requires_install = [ "joblib==1.0.1", "jsonpatch==1.28", "jsonpointer==2.0", + "jwcrypto==0.8", "kiwisolver==1.3.1", "kombu==5.0.2", "llvmlite==0.35.0", @@ -249,18 +236,17 @@ requires_install = [ "nodeenv==1.5.0", "numba==0.52.0", "numpy==1.20.1", - "packaging==20.0", + "packaging==20.9", "pandas==1.2.2", - "pastel==0.2.1", "pbr==3.1.1", - "pillow>=8.1.1", + "pep517==0.9.1", + "pillow==8.2.0", "pip-licenses==3.3.0", "pip-tools==5.5.0", "pipenv==2020.11.15", "plantuml-gentools==0.1.2", "plantuml-markdown==3.4.2", "plantuml-wrapper==0.1.0", - "plantuml2freemind==0.8.2", "plantuml==0.3.0", "pluggy==0.13.1", "port-for==0.4", @@ -273,10 +259,10 @@ requires_install = [ "py2puml==0.3.1", "py==1.8.1", "pyaml==20.4.0", + "pycparser==2.20", "pyecharts-extras==0.0.5", "pyecharts==1.9.0", "pygments==2.8.0", - "pylev==1.3.0", "pynndescent==0.5.2", "pyparsing==2.4.6", "pytest-enabler==1.2.0", @@ -291,7 +277,6 @@ requires_install = [ "python-dotenv==0.15.0", "python-editor==1.0.4", "python-magic==0.4.22", - "pytoml==0.1.21", "pytoolbox==14.0.0", "pytz==2020.5", "pyyaml==5.4.1", @@ -302,12 +287,13 @@ requires_install = [ "scipy==1.6.0", "semver==2.13.0", "simplejson==3.17.2", - "six==1.13.0", + "six==1.15.0", "snowballstemmer==2.1.0", "speaklater==1.3", "sphinx==3.4.3", "sphinxcontrib-applehelp==1.0.2", "sphinxcontrib-devhelp==1.0.2", + "sphinxcontrib-github==0.1.3", "sphinxcontrib-gravizo==0.0.4", "sphinxcontrib-htmlhelp==1.0.3", "sphinxcontrib-jsmath==1.0.1", @@ -318,8 +304,6 @@ requires_install = [ "sqlalchemy-utils==0.36.8", "sqlalchemy==1.3.23", "statisticaldiagrams==20.5", - "str2bool==1.1", - "stringcase==1.2.0", "threadpoolctl==2.1.0", "tokenize-rt==4.1.0", "toml==0.10.2", @@ -327,6 +311,7 @@ requires_install = [ "torchfile==0.1.0", "tornado==6.1", "typing-extensions==3.7.4.3", + "uritemplate==3.0.1", "urllib3==1.26.3", "venv-run==0.1.0", "vine==5.0.0", @@ -341,7 +326,6 @@ requires_install = [ "wheel==0.36.2", "whoosh==2.7.4", "wtforms==2.3.3", - "zipp==0.6.0", ] + pytest_runner -- GitLab