Change PyMemoize to django-cache-memoize

This allows to support python 3.10
This commit is contained in:
JuniorJPDJ 2022-02-05 18:09:04 +01:00
commit 67b970f3f8
5 changed files with 66 additions and 46 deletions

View file

@ -0,0 +1,2 @@
Change unmaintained PyMemoize library to django-cache-memoize
to enable Python 3.10 support