1diff --git a/setup.py b/setup.py
2index 70f765c..8003cda 100644
3--- a/setup.py
4+++ b/setup.py
5@@ -53,9 +53,8 @@ remotecv is an OpenCV worker for facial and feature recognition
6 },
7
8 install_requires=[
9- "argparse>=1.2.1,<1.3.0",
10- "pyres>=1.5,<1.6",
11- "Pillow>=4.3.0,<5.2.0",
12+ "pyres>=1.5",
13+ "Pillow>=4.3.0",
14 ],
15
16 entry_points={