From ee24ea94525ace221f1b4d141d01cf56410c2c6d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 26 Apr 2023 22:07:35 -0700 Subject: [PATCH] Add pip as a dependency too, for Rye - refs #2065 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a185cb94..f52bd440 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup( "pip", "asyncinject>=0.6", "setuptools", + "pip", ], entry_points=""" [console_scripts]