Skip to content

Commit 3e2122f

Browse files
pyup.io botasvetlov
pyup.io bot
authored andcommitted
Initial Update (#60)
* Pin ipdb to latest version 0.10.1 * Pin pytest-cov to latest version 2.3.1 * Pin sphinx to latest version 1.4.6 * Pin coverage to latest version 4.2 * Pin flake8 to latest version 3.0.4 * Pin pytest to latest version 3.0.2 * Pin ipython to latest version 5.1.0
1 parent 1377f88 commit 3e2122f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements-dev.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
flake8
2-
pytest
3-
pytest-cov
4-
coverage
5-
sphinx
6-
ipdb
7-
ipython
1+
flake8==3.0.4
2+
pytest==3.0.2
3+
pytest-cov==2.3.1
4+
coverage==4.2
5+
sphinx==1.4.6
6+
ipdb==0.10.1
7+
ipython==5.1.0

0 commit comments

Comments
 (0)