From ffdc91da48630114fb4cc08a45c26d5b510fd0a6 Mon Sep 17 00:00:00 2001 From: Tero Vuotila Date: Fri, 20 Feb 2026 16:18:23 +0200 Subject: [PATCH] Add pip as dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d82e737..d10bb91 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ python_requires='>=3.5', - install_requires=['semantic_version>=2.7.0', 'toml'], + install_requires=['semantic_version>=2.7.0', 'toml', 'pip'], # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these