Update requirements.

This commit is contained in:
Romain Dorgueil
2018-06-11 08:31:29 +02:00
parent 38e0a2fe12
commit 9b55e211db
7 changed files with 20 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# Generated by Medikit 0.6.1 on 2018-05-21.
# Generated by Medikit 0.6.3 on 2018-06-11.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.
@ -31,7 +31,7 @@ YAPF_OPTIONS ?= -rip
SPHINX_AUTOBUILD ?= $(PYTHON_DIRNAME)/sphinx-autobuild
MEDIKIT ?= $(PYTHON) -m medikit
MEDIKIT_UPDATE_OPTIONS ?=
MEDIKIT_VERSION ?= 0.6.1
MEDIKIT_VERSION ?= 0.6.3
.PHONY: $(SPHINX_SOURCEDIR) clean format help install install-dev install-docker install-jupyter install-sqlalchemy medikit quick test update update-requirements watch-$(SPHINX_SOURCEDIR)

View File

@ -2,8 +2,9 @@
-r requirements.txt
alabaster==0.7.10
arrow==0.12.1
atomicwrites==1.1.5
attrs==18.1.0
babel==2.5.3
babel==2.6.0
binaryornot==0.4.4
certifi==2018.4.16
chardet==3.0.4
@ -17,7 +18,7 @@ imagesize==1.0.0
jinja2-time==0.2.0
jinja2==2.10
markupsafe==1.0
more-itertools==4.1.0
more-itertools==4.2.0
packaging==17.1
pluggy==0.6.0
poyo==0.4.1
@ -26,15 +27,15 @@ pygments==2.2.0
pyparsing==2.2.0
pytest-cov==2.5.1
pytest-timeout==1.2.1
pytest==3.5.1
pytest==3.6.1
python-dateutil==2.7.3
pytz==2018.4
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
sphinx-sitemap==0.2
sphinx==1.7.4
sphinxcontrib-websupport==1.0.1
sphinx==1.7.5
sphinxcontrib-websupport==1.1.0
urllib3==1.22
whichcraft==0.4.1
yapf==0.22.0

View File

@ -5,7 +5,7 @@ bonobo-docker==0.6.0
certifi==2018.4.16
chardet==3.0.4
colorama==0.3.9
docker-pycreds==0.2.3
docker-pycreds==0.3.0
docker==2.7.0
fs==2.0.23
graphviz==0.8.3
@ -14,8 +14,8 @@ jinja2==2.10
markupsafe==1.0
mondrian==0.7.0
packaging==17.1
pbr==4.0.3
psutil==5.4.5
pbr==4.0.4
psutil==5.4.6
pyparsing==2.2.0
python-slugify==1.2.5
pytz==2018.4
@ -26,5 +26,5 @@ stevedore==1.28.0
typing==3.6.4
unidecode==1.0.22
urllib3==1.22
websocket-client==0.47.0
websocket-client==0.48.0
whistle==1.0.1

View File

@ -23,8 +23,8 @@ nbconvert==5.3.1
nbformat==4.4.0
notebook==5.5.0
pandocfilters==1.4.2
parso==0.2.0
pexpect==4.5.0
parso==0.2.1
pexpect==4.6.0
pickleshare==0.7.4
prompt-toolkit==1.0.15
ptyprocess==0.5.2

View File

@ -12,14 +12,14 @@ jinja2==2.10
markupsafe==1.0
mondrian==0.7.0
packaging==17.1
pbr==4.0.3
psutil==5.4.5
pbr==4.0.4
psutil==5.4.6
pyparsing==2.2.0
python-slugify==1.2.5
pytz==2018.4
requests==2.18.4
six==1.11.0
sqlalchemy==1.2.7
sqlalchemy==1.2.8
stevedore==1.28.0
typing==3.6.4
unidecode==1.0.22

View File

@ -10,8 +10,8 @@ jinja2==2.10
markupsafe==1.0
mondrian==0.7.0
packaging==17.1
pbr==4.0.3
psutil==5.4.5
pbr==4.0.4
psutil==5.4.6
pyparsing==2.2.0
python-slugify==1.2.5
pytz==2018.4

View File

@ -1,4 +1,4 @@
# Generated by Medikit 0.6.1 on 2018-05-21.
# Generated by Medikit 0.6.3 on 2018-06-11.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.