From 2129e8cd16ec852d54396719c5e9538f589f0f61 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 10 Apr 2025 13:22:05 -0600 Subject: [PATCH] Drop pip-tools Signed-off-by: Zack Cerza --- pyproject.toml | 1 - requirements.txt | 23 ++++------------------- update-requirements.sh | 3 --- 3 files changed, 4 insertions(+), 23 deletions(-) delete mode 100755 update-requirements.sh diff --git a/pyproject.toml b/pyproject.toml index fc1fa07b72..7ca0fccbdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,6 @@ dependencies = [ "netaddr", "paramiko", "pexpect", - "pip-tools", "prettytable", "prometheus_client>=0.16.0", "psutil>=2.1.0", diff --git a/requirements.txt b/requirements.txt index 9f5c152c35..1b39feab8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,5 @@ -# -# This file is autogenerated by pip-compile with Python 3.12 -# by the following command: -# -# pip-compile --extra=test pyproject.toml -# +# This file was autogenerated by uv via the following command: +# uv pip compile pyproject.toml -o requirements.txt ansible-core==2.17.7 # via teuthology (pyproject.toml) apache-libcloud==3.8.0 @@ -15,7 +11,7 @@ bcrypt==4.2.0 beanstalkc3==0.4.0 # via teuthology (pyproject.toml) build==1.2.1 - # via pip-tools + # via teuthology (pyproject.toml) certifi==2024.7.4 # via # requests @@ -26,8 +22,6 @@ cffi==1.17.0 # pynacl charset-normalizer==3.3.2 # via requests -click==8.1.7 - # via pip-tools configobj==5.0.9 # via teuthology (pyproject.toml) configparser==7.1.0 @@ -69,10 +63,6 @@ paramiko==3.4.1 # via teuthology (pyproject.toml) pexpect==4.9.0 # via teuthology (pyproject.toml) -pip==24.2 - # via pip-tools -pip-tools==7.4.1 - # via teuthology (pyproject.toml) prettytable==3.11.0 # via teuthology (pyproject.toml) prometheus-client==0.20.0 @@ -98,9 +88,7 @@ pyopenssl==24.2.1 pyparsing==3.1.4 # via httplib2 pyproject-hooks==1.1.0 - # via - # build - # pip-tools + # via build python-dateutil==2.9.0.post0 # via teuthology (pyproject.toml) pyyaml==6.0.2 @@ -117,7 +105,6 @@ sentry-sdk==2.13.0 # via teuthology (pyproject.toml) setuptools==74.0.0 # via - # pip-tools # zope-event # zope-interface six==1.16.0 @@ -131,8 +118,6 @@ urllib3==1.26.19 # sentry-sdk wcwidth==0.2.13 # via prettytable -wheel==0.44.0 - # via pip-tools zope-event==5.0 # via gevent zope-interface==7.0.3 diff --git a/update-requirements.sh b/update-requirements.sh deleted file mode 100755 index a2b56ba8dc..0000000000 --- a/update-requirements.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -pip-compile --extra=test $@ pyproject.toml -- 2.39.5