Skip to content

Commit

Permalink
Update all requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Aug 8, 2017
1 parent 4875103 commit 1baf7f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ lint:
test:
python setup.py test


L=$(shell which logya)
test-all:
tox
rm -rf t
$L create t
cd t && $L gen

coverage:
coverage run --source logya setup.py test
coverage report -m
Expand Down
23 changes: 0 additions & 23 deletions dev_requirements.txt

This file was deleted.

6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
coverage
flake8
Sphinx
Sphinx-PyPI-upload
sphinx-rtd-theme
tox
6 changes: 1 addition & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
appdirs==1.4.3
Jinja2==2.9.6
Markdown==2.6.8
MarkupSafe==1.0
packaging==16.8
pyparsing==2.2.0
PyYAML==3.12
six==1.10.0
PyYAML==3.12

0 comments on commit 1baf7f6

Please sign in to comment.