Get the MRE api working #1

Merged
chris merged 50 commits from add_mre_api into main 2025-04-06 23:58:50 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit b5004f0a4c - Show all commits

View File

@ -14,6 +14,9 @@ TODO: Implement this.
def compute_tic_fee(home_price: float) -> float: def compute_tic_fee(home_price: float) -> float:
return None return None
'''
TODO: Implement this
'''
def compute_max_tic_fee(consumer_income: float, def compute_max_tic_fee(consumer_income: float,
consumer_fico: int) -> float: consumer_fico: int) -> float:
return None return None

View File

@ -3,3 +3,4 @@ flask-restx==1.3.0
pyopenssl==25.0.0 pyopenssl==25.0.0
werkzeug==3.1.3 werkzeug==3.1.3
jinja2==3.1.6 jinja2==3.1.6
pytest==8.3.5