Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit 934dbc7

Browse files
committed
Update requirements-dev.txt
Update versions of required packages.
1 parent 43feaed commit 934dbc7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

requirements-dev.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# For developers, the packages below are required.
2-
tox >= 2.6.0
2+
tox ~= 2.7
33

44
# For running doctests (during "python setup.py test")
55
Sphinx >= 1.4.5
66
sphinx_bootstrap_theme
77

88
# Linters
9-
pylama-pylint >= 3.0.1
10-
radon >= 1.4.0
9+
pydocstyle ~= 1.1
10+
pylama ~= 7.3
11+
pylama_pylint ~= 3.0
12+
radon ~= 1.5
1113

1214
# Code coverage
1315
coverage >= 4.1

0 commit comments

Comments
 (0)