Skip to content

Commit

Permalink
add typing-extensions dependency
Browse files Browse the repository at this point in the history
This is required by dj-database-url when running on older python
versions (which we are using in the container).
  • Loading branch information
ftsell committed May 29, 2024
1 parent cac4146 commit 8f5e76f
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 204 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ python-magic = "~=0.4"
raven = "~=6.10"
requests = "~=2.31"
simple-openid-connect = { version = "~=1.0.0", extras = ["django"] }
typing-extensions = "*"

[dev-packages]
responses = "~=0.23"
Expand Down
Loading

0 comments on commit 8f5e76f

Please sign in to comment.