diff --git a/setup.py b/setup.py index 5e65d5d..30787ac 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ espercli = esper.main:main """, install_requires=[ - 'pip==21.1', + 'pip==23.3', 'wheel', 'cement==3.0.2', 'clint>=0.5.1',