Skip to content

Commit 015c029

Browse files
committed
Specify explicitly the versions
1 parent e3c76f1 commit 015c029

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

requirements-dev.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
2-
pytest
3-
tox
4-
flake8
5-
isort
6-
docutils
7-
check-manifest
8-
readme-renderer
9-
pygments
10-
sphinx
11-
sphinx_rtd_theme
12-
coverage
2+
pytest==5.4.1
3+
tox==3.14.6
4+
flake8==3.7.9
5+
isort==4.3.21
6+
docutils==0.16
7+
check-manifest==0.41
8+
readme-renderer==25.0
9+
pygments==2.6.1
10+
sphinx==3.0.0
11+
sphinx_rtd_theme==0.4.3
12+
coverage==5.0.4
1313

0 commit comments

Comments
 (0)