Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed May 18, 2024
1 parent 193c059 commit 5052877
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 323 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"

[packages]
django = "~=4.1" # web framework
django = "~=5.0" # web framework
django-cors-headers = "~=3.6" # support for configuring CORS headers
djangorestframework = "~=3.12" # api framework
environs = { version = "~=9.5", extras = ["django"] } # parse configuration from environment variables
psycopg2-binary = "~=2.8" # database driver for postgres
sentry-sdk = "~=0.14" # error reporting
whitenoise = { version = "~=5.2", extras = ["brotli"] } # better staticfile serving for django
simple-openid-connect = "~=0.5" # mafiasi identity authentication
simple-openid-connect = "~=1.0" # mafiasi identity authentication
drf-spectacular = { version = "~=0.26", extras = ["sidecar"] } # openapi schema generation

[dev-packages]
Expand Down
Loading

0 comments on commit 5052877

Please sign in to comment.