[Python API] requirements (#1804)

* [Python API] requirements

* add setuptools

* revert commit
This commit is contained in:
Anastasia Kuporosova 2020-12-16 17:06:32 +03:00 committed by GitHub
parent 95f531e9e0
commit 676bd8a861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
numpy==1.16.3 numpy>=1.16.3
cython==0.29.17 cython>=0.29.17

View File

@ -1,2 +1,2 @@
opencv-python==3.4.4.19 opencv-python>=3.4.4.19
numpy==1.16.3 numpy>=1.16.3

View File

@ -1,4 +1,4 @@
opencv-python==3.4.4.19 opencv-python>=3.4.4.19
pytest==4.0.1 pytest==4.0.1
attrs==19.1.0 attrs==19.1.0
pytest-html==1.19.0 pytest-html==1.19.0