Skip to content

Commit c78714e

Browse files
committed
Update importlib-metadata for python<=3.7
1 parent 3ba02df commit c78714e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ uvicorn = "^0.18.2"
5050
python-multipart = "^0.0.5"
5151
Flask = "^2.2.2"
5252
Flask-SQLAlchemy = "^2.5.1"
53+
importlib-metadata = { version = "<5.0", python = "<=3.7" }
5354

5455
[tool.coverage.report]
5556
fail_under = 95

0 commit comments

Comments
 (0)