We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1158dba commit 3fd4f1cCopy full SHA for 3fd4f1c
1 file changed
setup.py
@@ -45,6 +45,9 @@
45
'django-model-utils~=4.2.0',
46
'django-compress-staticfiles~=1.0.1b',
47
'swapper~=1.3.0',
48
+ # TODO: Remove when dropping support for Python 3.7
49
+ # For info, read https://stackoverflow.com/questions/73929564/
50
+ 'importlib-metadata<5.0',
51
],
52
extras_require={
53
'qa': [
0 commit comments