From 61d8dd3e1fdc2af8875b122e46bfcc91422dd699 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 9 Nov 2024 05:40:46 -0500 Subject: [PATCH] Address package version woes --- __pkginfo__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index 0e9eaee4..d11c0f54 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -79,7 +79,7 @@ entry_points = { ] } ftp_url = None -install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.1", "xdis >= 6.1.1, < 6.2.0"] +install_requires = ["click", "spark-parser >= 1.8.9, < 1.9.2", "xdis >= 6.1.1, < 6.2.0"] license = "GPL3" mailing_list = "python-debugger@googlegroups.com" diff --git a/requirements.txt b/requirements.txt index 58222c58..44696be0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ pytest Click~=7.0 xdis >= 6.1.0, < 6.2.0 configobj~=5.0.6 -setuptools~=59.6.0 +setuptools