Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Merge d9b0f6e into 3b9731c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 6, 2022
2 parents 3b9731c + d9b0f6e commit 500741c
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 116 deletions.
221 changes: 137 additions & 84 deletions requirements/dev.txt
Expand Up @@ -5,91 +5,144 @@
# pip-compile --output-file=requirements/dev.txt requirements/dev.in requirements/run.txt
#
-e git+git://github.com/kytos/sphinx-theme.git#egg=kytos-sphinx-theme # via -r requirements/dev.in
# via -r dev.in
-e git+git://github.com/kytos/python-openflow.git#egg=python-openflow # via -r requirements/dev.in, -r requirements/run.txt
alabaster==0.7.12 # via sphinx
appdirs==1.4.3 # via virtualenv
appnope==0.1.0 # via -r requirements/run.txt
argh==0.26.2 # via sphinx-autobuild
astroid==2.3.3 # via pylint
attrs==19.3.0 # via pytest
babel==2.8.0 # via sphinx
backcall==0.1.0 # via -r requirements/run.txt, ipython
certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
click==7.1.1 # via -r requirements/run.txt, flask, pip-tools
coverage==5.0.4 # via -r requirements/dev.in
decorator==4.4.2 # via -r requirements/run.txt, ipython, traitlets
distlib==0.3.0 # via virtualenv
docopt==0.6.2 # via yala
docutils>=0.16 # via -r requirements/run.txt, python-daemon, sphinx
filelock==3.0.12 # via tox, virtualenv
flask-cors==3.0.8 # via -r requirements/run.txt
flask-socketio==4.2.1 # via -r requirements/run.txt
flask==1.1.2 # via -r requirements/run.txt, flask-cors, flask-socketio
idna==2.9 # via requests
imagesize==1.2.0 # via sphinx
importlib-metadata==1.7.0 # via importlib-resources, pluggy, pytest, tox, virtualenv
importlib-resources==1.5.0 # via virtualenv
ipython-genutils==0.2.0 # via -r requirements/run.txt, traitlets
ipython==7.13.0 # via -r requirements/run.txt
isort==4.3.21 # via pylint, yala
itsdangerous==1.1.0 # via -r requirements/run.txt, flask
janus==0.4.0 # via -r requirements/run.txt
jedi==0.16.0 # via -r requirements/run.txt, ipython
jinja2==2.11.1 # via -r requirements/run.txt, flask, sphinx
lazy-object-proxy==1.4.3 # via astroid
livereload==2.6.1 # via sphinx-autobuild
lockfile==0.12.2 # via -r requirements/run.txt, python-daemon
markupsafe==1.1.1 # via -r requirements/run.txt, jinja2
mccabe==0.6.1 # via pylint
more-itertools==8.2.0 # via pytest
packaging==20.3 # via pytest, sphinx, tox
parso==0.6.2 # via -r requirements/run.txt, jedi
pathtools==0.1.2 # via -r requirements/run.txt, sphinx-autobuild, watchdog
pexpect==4.8.0 # via -r requirements/run.txt, ipython
pickleshare==0.7.5 # via -r requirements/run.txt, ipython
pip-tools==4.5.1 # via -r requirements/dev.in
pluggy==0.13.1 # via pytest, tox
port_for==0.3.1 # via sphinx-autobuild
prompt-toolkit==3.0.5 # via -r requirements/run.txt, ipython
ptyprocess==0.6.0 # via -r requirements/run.txt, pexpect
py==1.10.0 # via pytest, tox
pycodestyle==2.5.0 # via yala
pydocstyle==5.1.1 # via -r requirements/dev.in
pygments>=2.8.1 # via -r requirements/run.txt, ipython, sphinx
pyjwt==1.7.1 # via -r requirements/run.txt
pylint==2.4.4 # via yala
pyparsing==2.4.6 # via packaging
pytest==5.4.1 # via -r requirements/dev.in
python-daemon==2.2.4 # via -r requirements/run.txt
python-engineio==3.12.1 # via -r requirements/run.txt, python-socketio
python-socketio==4.5.1 # via -r requirements/run.txt, flask-socketio
pytz==2019.3 # via babel
pyyaml==5.4 # via sphinx-autobuild
requests==2.23.0 # via sphinx
six>=1.15.0 # via -r requirements/run.txt, astroid, flask-cors, livereload, packaging, pip-tools, python-engineio, python-socketio, tox, traitlets, virtualenv
snowballstemmer==2.0.0 # via pydocstyle, sphinx
sphinx-autobuild==0.7.1 # via kytos-sphinx-theme
sphinx==2.0.1 # via kytos-sphinx-theme
sphinxcontrib-applehelp==1.0.2 # via sphinx
sphinxcontrib-devhelp==1.0.2 # via sphinx
sphinxcontrib-htmlhelp==1.0.3 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.3 # via sphinx
sphinxcontrib-serializinghtml==1.1.4 # via sphinx
toml==0.10.0 # via tox
tornado==6.0.4 # via livereload, sphinx-autobuild
tox==3.14.6 # via -r requirements/dev.in
traitlets==4.3.3 # via -r requirements/run.txt, ipython
typed-ast==1.4.1 # via astroid
urllib3==1.25.8 # via requests
virtualenv==20.0.15 # via tox
watchdog==0.10.2 # via -r requirements/run.txt, sphinx-autobuild
wcwidth==0.1.9 # via -r requirements/run.txt, prompt-toolkit, pytest
werkzeug==1.0.1 # via -r requirements/run.txt, flask
wrapt==1.11.2 # via astroid
yala==2.2.0 # via -r requirements/dev.in
zipp==3.3.0 # via importlib-metadata, importlib-resources
# via -r dev.in
alabaster==0.7.12
# via sphinx
appdirs==1.4.3
# via virtualenv
argh==0.26.2
# via sphinx-autobuild
astroid==2.3.3
# via pylint
attrs==19.3.0
# via pytest
babel==2.8.0
# via sphinx
certifi==2019.11.28
# via requests
chardet==3.0.4
# via requests
click==7.1.1
# via pip-tools
coverage==5.0.4
# via -r dev.in
distlib==0.3.0
# via virtualenv
docopt==0.6.2
# via yala
docutils==0.19
# via sphinx
filelock==3.0.12
# via
# tox
# virtualenv
idna==2.9
# via requests
imagesize==1.2.0
# via sphinx
isort==4.3.21
# via
# pylint
# yala
jinja2==2.11.1
# via sphinx
lazy-object-proxy==1.4.3
# via astroid
livereload==2.6.1
# via sphinx-autobuild
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via pylint
more-itertools==8.2.0
# via pytest
packaging==20.3
# via
# pytest
# sphinx
# tox
pathtools==0.1.2
# via sphinx-autobuild
pip-tools==4.5.1
# via -r dev.in
pluggy==0.13.1
# via
# pytest
# tox
port-for==0.3.1
# via sphinx-autobuild
py==1.10.0
# via
# pytest
# tox
pycodestyle==2.5.0
# via yala
pydocstyle==5.1.1
# via -r dev.in
pygments==2.13.0
# via sphinx
pylint==2.4.4
# via yala
pyparsing==2.4.6
# via packaging
pytest==5.4.1
# via -r dev.in
pytz==2019.3
# via babel
pyyaml==5.4
# via sphinx-autobuild
requests==2.23.0
# via sphinx
six==1.16.0
# via
# astroid
# livereload
# packaging
# pip-tools
# tox
# virtualenv
snowballstemmer==2.0.0
# via
# pydocstyle
# sphinx
sphinx==2.0.1
# via kytos-sphinx-theme
sphinx-autobuild==0.7.1
# via kytos-sphinx-theme
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==1.0.3
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
toml==0.10.0
# via tox
tornado==6.0.4
# via
# livereload
# sphinx-autobuild
tox==3.14.6
# via -r dev.in
urllib3==1.25.8
# via requests
virtualenv==20.0.15
# via tox
watchdog==2.2.0
# via sphinx-autobuild
wcwidth==0.1.9
# via pytest
wrapt==1.11.2
# via astroid
yala==2.2.0
# via -r dev.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
106 changes: 74 additions & 32 deletions requirements/run.txt
Expand Up @@ -4,38 +4,80 @@
#
# pip-compile --output-file=requirements/run.txt requirements/run.in
#
backcall==0.1.0 # via ipython
click==7.1.1 # via flask
decorator==4.4.2 # via ipython, traitlets
docutils>=0.16 # via python-daemon
flask-cors==3.0.8 # via -r requirements/run.in
flask-socketio==4.2.1 # via -r requirements/run.in
flask==1.1.2 # via -r requirements/run.in, flask-cors, flask-socketio
ipython-genutils==0.2.0 # via traitlets
ipython==7.13.0 # via -r requirements/run.in
itsdangerous==1.1.0 # via flask
janus==0.4.0 # via -r requirements/run.in
jedi==0.16.0 # via ipython
jinja2==2.11.1 # via -r requirements/run.in, flask
lockfile==0.12.2 # via -r requirements/run.in, python-daemon
markupsafe==1.1.1 # via jinja2
parso==0.6.2 # via jedi
pathtools==0.1.2 # via watchdog
pexpect==4.8.0 # via ipython
pickleshare==0.7.5 # via ipython
prompt-toolkit==3.0.5 # via ipython
ptyprocess==0.6.0 # via pexpect
pygments>=2.8.1 # via ipython
pyjwt==1.7.1 # via -r requirements/run.in
python-daemon==2.2.4 # via -r requirements/run.in
python-engineio==3.12.1 # via python-socketio
python-openflow==2021.1 # via -r requirements/run.in
python-socketio==4.5.1 # via flask-socketio
six>=1.15.0 # via flask-cors, python-socketio, traitlets
traitlets==4.3.3 # via ipython
watchdog==0.10.2 # via -r requirements/run.in
wcwidth==0.1.9 # via prompt-toolkit
werkzeug==1.0.1 # via flask
backcall==0.1.0
# via ipython
click==7.1.1
# via flask
decorator==4.4.2
# via
# ipython
# traitlets
docutils==0.19
# via python-daemon
flask==1.1.2
# via
# -r run.in
# flask-cors
# flask-socketio
flask-cors==3.0.8
# via -r run.in
flask-socketio==4.2.1
# via -r run.in
ipython==7.13.0
# via -r run.in
ipython-genutils==0.2.0
# via traitlets
itsdangerous==1.1.0
# via flask
janus==0.4.0
# via -r run.in
jedi==0.16.0
# via ipython
jinja2==2.11.1
# via
# -r run.in
# flask
lockfile==0.12.2
# via
# -r run.in
# python-daemon
markupsafe==1.1.1
# via jinja2
parso==0.6.2
# via jedi
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
prompt-toolkit==3.0.5
# via ipython
ptyprocess==0.6.0
# via pexpect
pygments==2.13.0
# via ipython
pyjwt==1.7.1
# via -r run.in
python-daemon==2.2.4
# via -r run.in
python-engineio==3.12.1
# via python-socketio
python-openflow==2021.1
# via -r run.in
python-socketio==4.5.1
# via flask-socketio
six==1.16.0
# via
# flask-cors
# python-socketio
# traitlets
traitlets==4.3.3
# via ipython
watchdog==2.2.0
# via -r run.in
wcwidth==0.1.9
# via prompt-toolkit
werkzeug==1.0.1
# via flask

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 500741c

Please sign in to comment.