Skip to content

Commit

Permalink
[deps] Pinned importlib-metadata
Browse files Browse the repository at this point in the history
(cherry picked from commit ec20203)
  • Loading branch information
pandafy committed Oct 7, 2022
1 parent 1158dba commit 3fd4f1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
'django-model-utils~=4.2.0',
'django-compress-staticfiles~=1.0.1b',
'swapper~=1.3.0',
# TODO: Remove when dropping support for Python 3.7
# For info, read https://stackoverflow.com/questions/73929564/
'importlib-metadata<5.0',
],
extras_require={
'qa': [
Expand Down

0 comments on commit 3fd4f1c

Please sign in to comment.