Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 11, 2018
1 parent 0b05cf0 commit 11c15b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,4 +1,4 @@
# Generated by Medikit 0.6.1 on 2018-05-16.
# 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.

Expand All @@ -24,7 +24,7 @@ YAPF ?= $(PYTHON) -m yapf
YAPF_OPTIONS ?= -rip
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 medikit quick release test update update-requirements

Expand Down
11 changes: 6 additions & 5 deletions requirements-dev.txt
@@ -1,8 +1,9 @@
-e .[dev]
-r requirements.txt
alabaster==0.7.10
atomicwrites==1.1.5
attrs==18.1.0
babel==2.5.3
babel==2.6.0
certifi==2018.4.16
chardet==3.0.4
coverage==4.5.1
Expand All @@ -11,19 +12,19 @@ idna==2.6
imagesize==1.0.0
jinja2==2.10
markupsafe==1.0
more-itertools==4.1.0
more-itertools==4.2.0
packaging==17.1
pluggy==0.6.0
py==1.5.3
pygments==2.2.0
pyparsing==2.2.0
pytest-cov==2.5.1
pytest==3.5.1
pytest==3.6.1
pytz==2018.4
requests==2.18.4
six==1.11.0
snowballstemmer==1.2.1
sphinx==1.7.4
sphinxcontrib-websupport==1.0.1
sphinx==1.7.5
sphinxcontrib-websupport==1.1.0
urllib3==1.22
yapf==0.22.0
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
# Generated by Medikit 0.6.1 on 2018-05-16.
# 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.

Expand Down

0 comments on commit 11c15b8

Please sign in to comment.