From 4d50fc7cd72b3dd26acff91e192e885a69a05f99 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 27 Apr 2023 07:45:39 -0700 Subject: [PATCH] Depend on setuptools and pip, refs #2065 --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 625557ae..2d28ec34 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,8 @@ setup( "PyYAML>=5.3", "mergedeep>=1.1.1", "itsdangerous>=1.1", + "setuptools", + "pip", ], entry_points=""" [console_scripts]