Compare commits

...

1 Commits

Author SHA1 Message Date
82b388e23e dependency fix 2025-02-06 13:04:09 +01:00
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ import logging
from spacepackets.cfdp import ConditionCode
from spacepackets.util import UnsignedByteField
from cfdppy import CfdpUserBase, TransactionId
from cfdppy.mib import CheckTimerProvider, Countdown, EntityType
from cfdppy.mib import CheckTimerProvider, EntityType
from spacepackets.countdown import Countdown
from cfdppy.user import (
TransactionFinishedParams,
MetadataRecvParams,

View File

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