From 9b30d290a7276181f25cbfe3a5c0acc73bc2eda5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 23 Jan 2023 17:38:14 +0100 Subject: [PATCH] pin tmtccmd on v4.0.0a2 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2c4236f..28e3107 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.0a1 - tmtccmd @ git+https://github.com/robamu-org/tmtccmd@23fe1dff5e035#egg=tmtccmd + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a2 + # tmtccmd @ git+https://github.com/robamu-org/tmtccmd@23fe1dff5e035#egg=tmtccmd packages = find: python_requires = >=3.10 include_package_data = True