Implement converting prices (#79)
All checks were successful
Django CI/CD / test (push) Successful in 1m17s
Django CI/CD / build-and-push (push) Successful in 2m10s

Reviewed-on: #79
This commit is contained in:
2024-11-11 16:36:57 +00:00
parent f61cde180f
commit 19676f8441
15 changed files with 764 additions and 221 deletions

View File

@ -30,6 +30,9 @@ django-template-partials = "^24.2"
markdown = "^3.6"
django-cotton = "^1.2.1"
django-q2 = "^1.7.4"
croniter = "^5.0.1"
requests = "^2.32.3"
[tool.isort]
profile = "black"