Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bats_ai/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'django.contrib.sites',
'django.contrib.staticfiles',
'django_extensions',
'django_filters',
'oauth2_provider',
'resonant_utils',
's3_file_field',
Expand Down
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ dependencies = [
"django-cors-headers",
"django-environ",
"django-extensions",
"django-filter",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not using django-filter at all.

"django-minio-storage",
"django-oauth-toolkit",
"django-resonant-settings[allauth,celery]",
"django-resonant-utils",
"django-s3-file-field[s3, minio]",
"django-resonant-utils[allauth,s3_storage]",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These extras should have been included, based on the Resonant cookiecutter. However, this is just keeping versions in sync, not adding anything new.

"django-s3-file-field[s3]",
"django-storages[s3]",
"django-stubs-ext",
"psycopg[binary]",
Expand Down Expand Up @@ -52,8 +50,11 @@ dependencies = [
[project.optional-dependencies]
development = [
"django-browser-reload",
"django-debug-toolbar",
"django-click",
"django-debug-toolbar",
"django-minio-storage",
"django-resonant-utils[minio_storage]",
"django-s3-file-field[minio]",
Comment on lines +55 to +57
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This MinIO stuff isn't required for production usage on Heroku nor "nabat".

It is required for production usage on the Kitware-internal deployment, but unless it's getting installed with uv sync --no-dev (which Heroku does do), these development dependencies will actually be installed there already.

"faker",
"ipython",
"watchdog",
Expand Down
43 changes: 22 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading