Skip to content

Commit 0cb65cb

Browse files
committed
include deps
1 parent 36c24b5 commit 0cb65cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ dependencies = [
3434
"pyspecter",
3535
"graphviz",
3636
"schema",
37-
"finance_calculator"
37+
"finance_calculator",
38+
"dateparser"
3839
]
3940

4041
keywords = ["cashflow", "abs", "mbs", "cashflow model", "rmbs" ,"clo", "cashflow engine","structuring"]

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ install_requires =
4343
pytest
4444
jsondiff
4545
deepdiff
46+
dateparser
4647

0 commit comments

Comments
 (0)