add python-crontab for scheduler extension

This commit is contained in:
bitkarrot 2023-10-12 19:45:17 -07:00 committed by Pavol Rusnak
parent 018d2fe800
commit 613c86f5e2

View file

@ -41,6 +41,8 @@ embit = "0.7.0"
secp256k1 = "0.14.0"
# keep for backwards compatibility with lnurlp and cashu
environs = "9.5.0"
# needed for scheduler extension
python-crontab = "3.0.0"
[tool.poetry.group.dev.dependencies]
black = "^23.7.0"