Skip to content

Commit 3fd4f1c

Browse files
committed
[deps] Pinned importlib-metadata
(cherry picked from commit ec20203)
1 parent 1158dba commit 3fd4f1c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
'django-model-utils~=4.2.0',
4646
'django-compress-staticfiles~=1.0.1b',
4747
'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',
4851
],
4952
extras_require={
5053
'qa': [

0 commit comments

Comments
 (0)