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.
2 parents dfe9b9d + f6efec4 commit 448ebeaCopy full SHA for 448ebea
setup.py
@@ -58,7 +58,9 @@
58
'django-celery-results==2.0.0',
59
'celery==5.0.2',
60
'MarkupSafe==1.1.1', # required for python 3.5
61
- 'six==1.15.0'
+ 'six==1.15.0',
62
+ # the following is necessary due to https://github.com/python/importlib_metadata/issues/411
63
+ 'importlib-metadata == 4.13.0; python_version == "3.7"'
64
],
65
classifiers = [
66
"Programming Language :: Python",
0 commit comments