From 3f1388a4e6c8b951bb7e2f8a5ac6b6e08e99b873 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 13 Jul 2023 21:04:07 -0700 Subject: [PATCH] setuptools and pip as dependencies Needed for the install and uninstall commands. Without these installation tools like rye might not work. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index cff5292..45cecf6 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,8 @@ setup( "PyYAML", "pluggy", "python-ulid", + "setuptools", + "pip" ], extras_require={ "test": [