Skip to content

Commit 4868be0

Browse files
pyup.io botasvetlov
authored andcommitted
Initial Update (#32)
* Pin sphinx to latest version 1.4.6 * Pin pytest-cov to latest version 2.3.1 * Pin flake8 to latest version 3.0.4 * Pin pytest to latest version 3.0.2 * Pin coverage to latest version 4.2 * Pin aiohttp to latest version 1.0.2 * Pin jinja2 to latest version 2.8
1 parent 1ead771 commit 4868be0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
flake8
2-
coverage
3-
sphinx
1+
flake8==3.0.4
2+
coverage==4.2
3+
sphinx==1.4.6
44
alabaster>=0.6.2
5-
aiohttp
6-
jinja2
7-
pytest
8-
pytest-cov
5+
aiohttp==1.0.2
6+
jinja2==2.8
7+
pytest==3.0.2
8+
pytest-cov==2.3.1
99
-e .

0 commit comments

Comments
 (0)