Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brianglass committed Sep 4, 2024
1 parent fd58ef9 commit a74dba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions orthocal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django.middleware.common.CommonMiddleware',
#'google.cloud.logging_v2.handlers.middleware.RequestMiddleware',
'orthocal.middleware.google_logging_middleware',
'orthocal.middleware.cache_control',
]

Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ django-cors-headers==4.4.0
django-fullurl==1.4
django-google-fonts==0.0.3
django-ninja==1.3.0
django==5.1
django==5.1.1
google-cloud-logging==3.11.2
icalendar==5.0.13
jdcal==1.4.1
Jinja2==3.1.4 # Typogrify imports this even though we're not using it
newrelic==9.13.0
python-dateutil==2.9.0.post0
requests==2.32.3
#servestatic[brotli]==1.1.0 # git+https://github.com/Archmonger/ServeStatic@fix-gcp-middleware
servestatic[brotli] @ https://github.com/Archmonger/ServeStatic/zipball/fix-gcp-middleware
servestatic[brotli]==1.2.0
typogrify==2.0.7
uvicorn[standard]==0.30.6
# oscrypto is a dependency of one of the above packages.
Expand Down

0 comments on commit a74dba4

Please sign in to comment.