From 7b3a012a6afafdfdacc40586d173abdf7daff45d Mon Sep 17 00:00:00 2001 From: bemxio Date: Mon, 20 May 2024 14:34:53 +0200 Subject: [PATCH] add setuptools to requirements --- src/converter/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/converter/requirements.txt b/src/converter/requirements.txt index 5001517..1e4fac1 100644 --- a/src/converter/requirements.txt +++ b/src/converter/requirements.txt @@ -1,2 +1,3 @@ +setuptools==69.5.1 to-ascii==6.0.1 numpy==1.26.4 \ No newline at end of file