From 5664a859304b97538cd36f66b984289c6a4edf7e Mon Sep 17 00:00:00 2001 From: Max Hausch Date: Fri, 5 Apr 2024 12:39:06 +0200 Subject: [PATCH] fix: Drop legacy UUID package This module is shadowing the python internal uuid lib. When using poetry, the [legacy UUID package](https://pypi.org/project/uuid/) with python2 syntax is being used and throws a syntax error "... 32L" --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index edb8511..3b9c414 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,6 @@ zip_safe = True python_requires = >=3.9 install_requires = depinfo>=1.7 - uuid>=1.30 lxml>=4.9 rich>=13.6 requests>=2.31