From c76b107b76b6b6a47049a8995b23dc6459559a84 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 29 Nov 2022 13:59:26 +0100 Subject: [PATCH] update required tmtccmd version --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 68c11ef..da9dab8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tmtccmd >= 2.2.2 +tmtccmd >= 3.0.0rc2 diff --git a/setup.cfg b/setup.cfg index 10d173c..b9e86c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] install_requires = - tmtccmd >= 2.2.2 + tmtccmd >= 3.0.0rc2 packages = find: python_requires = >=3.8