We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdbedd commit c134526Copy full SHA for c134526
dev_requirements.txt
@@ -1,5 +1,6 @@
1
-nose
2
-pylint
3
-requests-mock
4
-collective.checkdocs
5
-codecov
+nose==1.3.7
+pylint==1.9.4; python_version < '3.0'
+pylint==2.6.0; python_version > '3.5'
+requests-mock==1.5.2
+collective.checkdocs==0.2
6
+codecov==2.0.15
0 commit comments