From 404082c38db8c711dd2a52ae308324940c7e9a23 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 18 Jan 2023 11:38:15 +0100 Subject: [PATCH] this version uses a concrete spacepackets version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d000441..575d7f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ classifiers = [options] install_requires = # tmtccmd @ git+https://github.com/robamu-org/tmtccmd@v4.0.0a1 - tmtccmd @ git+https://github.com/robamu-org/tmtccmd@97fde780218#egg=tmtccmd + tmtccmd @ git+https://github.com/robamu-org/tmtccmd@ed8b98e724a0#egg=tmtccmd packages = find: python_requires = >=3.10 include_package_data = True