Skip to content

Commit

Permalink
Initial Update (#8)
Browse files Browse the repository at this point in the history
* Pin ipdb to latest version 0.10.1

* Pin pyflakes to latest version 1.3.0

* Pin pytest-cov to latest version 2.3.1

* Pin coverage to latest version 4.2

* Pin pytest to latest version 3.0.2

* Pin pep8 to latest version 1.7.0
  • Loading branch information
pyup.io bot authored and asvetlov committed Sep 25, 2016
1 parent d32dbd9 commit 34bcd80
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ipdb
coverage
pytest
pytest-cov
pep8
pyflakes
ipdb==0.10.1
coverage==4.2
pytest==3.0.2
pytest-cov==2.3.1
pep8==1.7.0
pyflakes==1.3.0

0 comments on commit 34bcd80

Please sign in to comment.