Skip to content

Commit 1baf7f6

Browse files
committed
Update all requirements
1 parent 4875103 commit 1baf7f6

File tree

4 files changed

+7
-36
lines changed

4 files changed

+7
-36
lines changed

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ lint:
4949
test:
5050
python setup.py test
5151

52-
53-
L=$(shell which logya)
54-
test-all:
55-
tox
56-
rm -rf t
57-
$L create t
58-
cd t && $L gen
59-
6052
coverage:
6153
coverage run --source logya setup.py test
6254
coverage report -m

dev_requirements.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

requirements-dev.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage
2+
flake8
3+
Sphinx
4+
Sphinx-PyPI-upload
5+
sphinx-rtd-theme
6+
tox

requirements.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
appdirs==1.4.3
21
Jinja2==2.9.6
32
Markdown==2.6.8
43
MarkupSafe==1.0
5-
packaging==16.8
6-
pyparsing==2.2.0
7-
PyYAML==3.12
8-
six==1.10.0
4+
PyYAML==3.12

0 commit comments

Comments
 (0)