Skip to content

Commit 52938e1

Browse files
committed
Unpin development requirements
Minimum required version will be updated if a specific feature or a bug fix from a newer version is required.
1 parent cee2739 commit 52938e1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

requirements-dev.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
codecov==2.0.5
2-
coverage==4.2
3-
flake8==3.0.4
4-
pytest==3.0.3
5-
pytest-cov==2.4.0
6-
pytest-runner==2.9
7-
pytest-virtualenv==1.2.4
8-
scikit-build==0.4.0
9-
virtualenv==15.0.3
1+
codecov>=2.0.5
2+
coverage>=4.2
3+
flake8>=3.0.4
4+
pytest>=3.0.3
5+
pytest-cov>=2.4.0
6+
pytest-runner>=2.9
7+
pytest-virtualenv>=1.2.4
8+
scikit-build>=0.4.0
9+
virtualenv>=15.0.3

0 commit comments

Comments
 (0)