Skip to content

Commit

Permalink
Update requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Mar 19, 2018
1 parent beb14d2 commit 2f5f0e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.15 on 2018-03-18.
# Generated by Medikit 0.5.15 on 2018-03-19.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down Expand Up @@ -56,6 +56,7 @@ else
endif

clean: ## Cleans up the local mess.
rm .medikit/*
rm -rf build dist *.egg-info
find . -name __pycache__ -type d | xargs rm -rf

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ sphinx-sitemap==0.2
sphinx==1.7.1
sphinxcontrib-websupport==1.0.1
urllib3==1.22
yapf==0.20.2
yapf==0.21.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ six==1.11.0
smmap2==2.0.3
stevedore==1.28.0
whistle==1.0.1
yapf==0.20.2
yapf==0.21.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Medikit 0.5.15 on 2018-03-18.
# Generated by Medikit 0.5.15 on 2018-03-19.
# All changes will be overriden.
# Edit Projectfile and run “make update” (or “medikit update”) to regenerate.

Expand Down

0 comments on commit 2f5f0e1

Please sign in to comment.