From 74a439955f1b6fc27bb03c2c7dab099676cc5e65 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 16 Jan 2023 14:53:38 +0100 Subject: [PATCH] use specific commit --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 071ebb7..8ec82a0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +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@v4.0.0a1 + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@vd5635e6#egg=tmtccmd packages = find: python_requires = >=3.8 include_package_data = True