bump tmtccmd to v5.0.0

This commit is contained in:
Robin Müller 2023-07-13 11:46:38 +02:00
parent 2153aa2842
commit 2fd1a46e66
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -29,9 +29,9 @@ classifiers = [
"Topic :: Scientific/Engineering" "Topic :: Scientific/Engineering"
] ]
dependencies = [ dependencies = [
# "tmtccmd ~= 5.0.0rc0", "tmtccmd ~= 5.0",
"python-dateutil ~= 2.8", "python-dateutil ~= 2.8",
"tmtccmd @ git+https://github.com/robamu-org/tmtccmd@1b110d321ef85#egg=tmtccmd" # "tmtccmd @ git+https://github.com/robamu-org/tmtccmd@1b110d321ef85#egg=tmtccmd"
] ]
[project.urls] [project.urls]