Remove MoneyType from dependencies to avoid a new dependency on a rust complier when upgrading to pytno 11.

This commit is contained in:
Dan 2022-11-21 11:08:44 -05:00
parent 9c08e70d6a
commit bf788d9d6f
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ sphinx-click = "^4.3.0"
Pygments = "^2.10.0" Pygments = "^2.10.0"
pyupgrade = "^3.1.0" pyupgrade = "^3.1.0"
furo = ">=2021.11.12" furo = ">=2021.11.12"
MonkeyType = "^22.2.0"
[tool.poetry.scripts] [tool.poetry.scripts]
spiffworkflow-backend = "spiffworkflow_backend.__main__:main" spiffworkflow-backend = "spiffworkflow_backend.__main__:main"