dependency fix
This commit is contained in:
parent
6e85b1add8
commit
82b388e23e
@ -4,7 +4,8 @@ import logging
|
|||||||
from spacepackets.cfdp import ConditionCode
|
from spacepackets.cfdp import ConditionCode
|
||||||
from spacepackets.util import UnsignedByteField
|
from spacepackets.util import UnsignedByteField
|
||||||
from cfdppy import CfdpUserBase, TransactionId
|
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 (
|
from cfdppy.user import (
|
||||||
TransactionFinishedParams,
|
TransactionFinishedParams,
|
||||||
MetadataRecvParams,
|
MetadataRecvParams,
|
||||||
|
@ -29,7 +29,7 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering"
|
"Topic :: Scientific/Engineering"
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tmtccmd ~= 8.1",
|
"tmtccmd ~= 8.1.1",
|
||||||
# "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main",
|
# "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@main",
|
||||||
"cfdp-py>=0.4, <=0.5",
|
"cfdp-py>=0.4, <=0.5",
|
||||||
"python-dateutil ~= 2.8",
|
"python-dateutil ~= 2.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user