Skip to content

Commit

Permalink
Initial Update (#32)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pyup.io bot authored and asvetlov committed Sep 26, 2016
1 parent 1ead771 commit 4868be0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
flake8
coverage
sphinx
flake8==3.0.4
coverage==4.2
sphinx==1.4.6
alabaster>=0.6.2
aiohttp
jinja2
pytest
pytest-cov
aiohttp==1.0.2
jinja2==2.8
pytest==3.0.2
pytest-cov==2.3.1
-e .

0 comments on commit 4868be0

Please sign in to comment.