From c6478f05fda4ceb032bc4edd4fbeecb3142abf82 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 31 Jan 2023 21:21:08 +0100 Subject: [PATCH] bump tmtccmd to version without error file logger --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 865f631..449cb2d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,8 @@ classifiers = [options] install_requires = - tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a3 - # tmtccmd @ git+https://github.com/robamu-org/tmtccmd@ad526b915b58d4decdc3868be28edf0bdc12a50c#egg=tmtccmd + # tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a3 + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@eafac6a2ac7082dce80f891d6bb5c167b02d9e45#egg=tmtccmd packages = find: python_requires = >=3.10 include_package_data = True