fix: require latest wuttjamaican

need the cli discovery entry point to work
This commit is contained in:
Lance Edgar 2024-12-06 08:11:15 -06:00
parent d14b005fd2
commit 7ee551d446

View file

@ -28,7 +28,7 @@ requires-python = ">= 3.8"
dependencies = [ dependencies = [
"makefun", "makefun",
"SQLAlchemy-Utils", "SQLAlchemy-Utils",
"WuttJamaican[db]", "WuttJamaican[db]>=0.16.2",
] ]