7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 22:00:48 +00:00

Upgrade all requirements

This commit is contained in:
Régis Behmo 2020-01-13 22:33:12 +01:00
parent e2aba3bc93
commit 6d46d59be7
3 changed files with 16 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/base.txt requirements/base.in
# pip-compile requirements/base.in
#
appdirs==1.4.3
click-repl==0.1.6

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/dev.txt requirements/dev.in
# pip-compile requirements/dev.in
#
altgraph==0.16.1 # via pyinstaller
appdirs==1.4.3
@ -16,17 +16,17 @@ chardet==3.0.4 # via requests
click-repl==0.1.6
click==7.0
cryptography==2.8 # via secretstorage
docutils==0.15.2 # via readme-renderer
docutils==0.16 # via readme-renderer
idna==2.8 # via requests
importlib-metadata==1.3.0 # via keyring, twine
importlib-metadata==1.4.0 # via keyring, twine
isort==4.3.21 # via pylint
jeepney==0.4.2 # via secretstorage
jeepney==0.4.2 # via keyring, secretstorage
jinja2==2.10.3
keyring==21.0.0 # via twine
keyring==21.1.0 # via twine
lazy-object-proxy==1.4.3 # via astroid
markupsafe==1.1.1
mccabe==0.6.1 # via pylint
more-itertools==8.0.2 # via zipp
more-itertools==8.1.0 # via zipp
pathspec==0.7.0 # via black
pip-tools==4.3.0
pkginfo==1.5.0.1 # via twine
@ -45,9 +45,12 @@ six==1.13.0
toml==0.10.0 # via black
tqdm==4.41.1 # via twine
twine==3.1.1
typed-ast==1.4.0 # via astroid, black
typed-ast==1.4.1 # via astroid, black
urllib3==1.25.7 # via requests
wcwidth==0.1.8
webencodings==0.5.1 # via bleach
wrapt==1.11.2 # via astroid
zipp==0.6.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
# setuptools

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/docs.txt requirements/docs.in
# pip-compile requirements/docs.in
#
alabaster==0.7.12 # via sphinx
appdirs==1.4.3
@ -11,7 +11,7 @@ certifi==2019.11.28 # via requests
chardet==3.0.4 # via requests
click-repl==0.1.6
click==7.0
docutils==0.15.2 # via sphinx
docutils==0.16 # via sphinx
idna==2.8 # via requests
imagesize==1.2.0 # via sphinx
jinja2==2.10.3
@ -35,3 +35,6 @@ sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
urllib3==1.25.7 # via requests
wcwidth==0.1.8
# The following packages are considered to be unsafe in a requirements file:
# setuptools