From cea30d761ae521c7eb15dae13f5e63f32e760ecf Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Sun, 17 Mar 2024 22:32:11 +0100 Subject: [PATCH] limited lxml to version <5.0 for compatibility with pypy-3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63e6053..116b6c7 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='pyhamtools', "requests>=2.21.0", "ephem>=4.1.3", "beautifulsoup4>=4.7.1", - "lxml>=4.8.0", + "lxml>=4.8.0,<5.0.0", "redis>=2.10.6", ], **kw