Skip to content

Commit

Permalink
Add version to specific python packets
Browse files Browse the repository at this point in the history
  • Loading branch information
bansan85 committed Oct 20, 2020
1 parent 5d75d53 commit 42c9c77
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
opencv-python
# opencv-Python >= 4.3 needs pip >= 19.3.
# https://pypi.org/project/opencv-python/
pip>=19.3
opencv-python>=4
numpy
pylint

# For quality
# Need pylint >= 2.6 to avoid false positive (bad-continuation).
# https://github.com/PyCQA/pylint/issues/289
pylint>=2.6
flake8
prospector
pycodestyle
mypy
pytest
pytest-cov
pytest-cov

0 comments on commit 42c9c77

Please sign in to comment.