Skip to content

Commit

Permalink
Install importlib_metadata on Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 5, 2024
1 parent 7011a0e commit 9efd879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"pydantic >= 2.0",
"importlib_metadata; python_version < '3.8'",
"importlib_resources; python_version < '3.9'",
]

Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ libsass==0.15.1
napalm==3.4.1

backports.zoneinfo ; python_version < '3.9'
importlib_metadata ; python_version < '3.8'
importlib_resources ; python_version < '3.9'
git+https://github.com/Uninett/[email protected]#egg=drf-oidc-auth

0 comments on commit 9efd879

Please sign in to comment.