Compare commits

..

1 Commits

Author SHA1 Message Date
d1f92f7aed dependency fix 2025-02-10 14:42:12 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -10,6 +10,10 @@ list yields a list of all related PRs for each release.
# [unreleased]
# [v7.1.1] 2025-02-10
- Bumped `tmtccmd` to v8.2.0
# [v7.1.0] 2025-01-17
- Bumped `tmtccmd` to v8.1.0

View File

@ -29,9 +29,8 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
dependencies = [
"tmtccmd ~= 8.1.1",
# "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main",
"cfdp-py>=0.4, <=0.5",
"tmtccmd~=8.2.0",
"cfdp-py~=0.5.1",
"python-dateutil ~= 2.8",
]