'requests' is needed (as it stands) for production too

This commit is contained in:
Klaas van Schelven
2024-08-29 08:30:14 +02:00
parent 9c32b12649
commit 6a705b9980
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,2 @@
# testing/development only:
requests
django-debug-toolbar

View File

@@ -10,3 +10,4 @@ inotify_simple
brotli
python-dateutil
whitenoise
requests # for sentry-sdk-extensions, which is loaded in non-dev setup too