depot/third_party/nixpkgs/pkgs/development/python-modules/remotecv/install_requires.patch
Default email 8ac5e011d6 Project import generated by Copybara.
GitOrigin-RevId: 2c3273caa153ee8eb5786bc8141b85b859e7efd7
2020-04-24 19:36:52 -04:00

16 lines
384 B
Diff

diff --git a/setup.py b/setup.py
index 70f765c..8003cda 100644
--- a/setup.py
+++ b/setup.py
@@ -53,9 +53,8 @@ remotecv is an OpenCV worker for facial and feature recognition
},
install_requires=[
- "argparse>=1.2.1,<1.3.0",
- "pyres>=1.5,<1.6",
- "Pillow>=4.3.0,<5.2.0",
+ "pyres>=1.5",
+ "Pillow>=4.3.0",
],
entry_points={