From febf29e8a71f28c4c3389708301ec4f2350d4033 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Dec 2022 14:46:42 +0100 Subject: [PATCH] update requirements.txt --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index da9dab8..9c558e3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -tmtccmd >= 3.0.0rc2 +. diff --git a/setup.cfg b/setup.cfg index f395fec..bb7ed52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ classifiers = [options] install_requires = - tmtccmd @ git+https://github.com/robamu-org/tmtccmd + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@3.0.0 packages = find: python_requires = >=3.8 include_package_data = True