diff --git a/requirements.in b/requirements.in index 8ce9a310b7..4ac187be8e 100644 --- a/requirements.in +++ b/requirements.in @@ -16,7 +16,7 @@ django-ical # iCal export for calendar views django-import-export>=3.3.1 # Data import / export for admin interface django-maintenance-mode # Shut down application while reloading etc. django-markdownify # Markdown rendering -django-money<3.0.0 # Django app for currency management # FIXED 2022-06-26 to make sure py-moneyed is not conflicting +django-money>=3.0.0 # Django app for currency management django-mptt==0.11.0 # Modified Preorder Tree Traversal django-redis>=5.0.0 # Redis integration django-q2 # Background task scheduling @@ -49,6 +49,3 @@ sentry-sdk # Error reporting (optional) setuptools # Standard dependency tablib[xls,xlsx,yaml] # Support for XLS and XLSX formats weasyprint==54.3 # PDF generation - -# Fixed sub-dependencies -py-moneyed<2.0 # For django-money # FIXED 2022-06-18 as we need `moneyed.localization` diff --git a/requirements.txt b/requirements.txt index 5e58ee03f3..d7c44ea7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -113,7 +113,7 @@ django-maintenance-mode==0.19.0 # via -r requirements.in django-markdownify==0.9.3 # via -r requirements.in -django-money==2.1.1 +django-money==3.3.0 # via -r requirements.in django-mptt==0.11.0 # via -r requirements.in @@ -211,10 +211,8 @@ pillow==9.5.0 # weasyprint pint==0.21 # via -r requirements.in -py-moneyed==1.2 - # via - # -r requirements.in - # django-money +py-moneyed==3.0 + # via django-money pycparser==2.21 # via cffi pydyf==0.8.0 @@ -302,6 +300,7 @@ tinycss2==1.2.1 typing-extensions==4.8.0 # via # asgiref + # py-moneyed # qrcode uritemplate==4.1.1 # via