Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 11, 2017
1 parent 4a7acc1 commit eac3d06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file has been auto-generated.
# All changes will be lost, see Projectfile.
#
# Updated at 2017-05-27 16:12:30.807763
# Updated at 2017-06-11 09:57:42.506905

PACKAGE ?= edgy.project
PYTHON ?= $(shell which python)
Expand Down Expand Up @@ -48,3 +48,4 @@ $(SPHINX_SOURCEDIR): install-dev

format: install-dev
$(YAPF) $(YAPF_OPTIONS) .
$(YAPF) $(YAPF_OPTIONS) Projectfile
11 changes: 5 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@
alabaster==0.7.10
babel==2.4.0
certifi==2017.4.17
chardet==3.0.3
chardet==3.0.4
coverage==4.4.1
docutils==0.13.1
idna==2.5
imagesize==0.7.1
jinja2==2.9.6
markupsafe==1.0
py==1.4.33
py==1.4.34
pygments==2.2.0
pytest-cov==2.5.1
pytest==3.1.0
pytest==3.1.2
pytz==2017.2
requests==2.16.1
requests==2.17.3
six==1.10.0
snowballstemmer==1.2.1
sphinx-rtd-theme==0.2.4
sphinx==1.6.1
sphinx==1.6.2
sphinxcontrib-websupport==1.0.1
typing==3.6.1
urllib3==1.21.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ markupsafe==1.0
pbr==3.0.1
pip-tools==1.9.0
six==1.10.0
stevedore==1.22.0
stevedore==1.23.0
tornado==4.5.1
yapf==0.16.2

0 comments on commit eac3d06

Please sign in to comment.