Skip to content

Commit 617bfde

Browse files
committed
On October 4, 2022 importlib-metadata released importlib-metadata 5.0.0 and in version 5.0.0 They have Deprecated EntryPoints and that's why you are facing this error.
1 parent e208dbe commit 617bfde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ coverage
1010
codecov
1111
# used for example confluence attach file
1212
python-magic
13+
14+
# On October 4, 2022 importlib-metadata released importlib-metadata 5.0.0 and in version 5.0.0
15+
# They have Deprecated EntryPoints and that's why you are facing this error.
1316
importlib-metadata==4.13.0

0 commit comments

Comments
 (0)