Skip to content

Commit

Permalink
Merge branch 'v0.24.0' into django-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed May 18, 2023
2 parents df67a49 + 448ebea commit 1617cdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -58,7 +58,9 @@
'django-celery-results==2.0.0',
'celery==5.0.2',
'MarkupSafe==1.1.1', # required for python 3.5
'six==1.15.0'
'six==1.15.0',
# the following is necessary due to https://github.com/python/importlib_metadata/issues/411
'importlib-metadata == 4.13.0; python_version == "3.7"'
],
classifiers = [
"Programming Language :: Python",
Expand Down

0 comments on commit 1617cdb

Please sign in to comment.