Skip to content

Commit

Permalink
Update django-composed-configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Oct 26, 2023
1 parent ab0d554 commit a7e3f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
# TODO: unpin allauth when https://github.com/girder/django-composed-configuration/pull/189
# is merged and released
'django-allauth>=0.56.1',
'django-allauth',
'django-click',
'django-configurations[database,email]',
'django-extensions',
Expand All @@ -63,7 +64,7 @@
's3-log-parse',
'zarr-checksum>=0.2.8',
# Production-only
'django-composed-configuration[prod]>=0.22.0',
'django-composed-configuration[prod]>=0.23.0',
# pin directly to a version since we're extending the private multipart interface
'django-s3-file-field[boto3]==0.3.2',
'django-storages[s3]>=1.14.2',
Expand All @@ -79,7 +80,7 @@
],
extras_require={
'dev': [
'django-composed-configuration[dev]>=0.22.0',
'django-composed-configuration[dev]>=0.23.0',
'django-debug-toolbar',
'django-s3-file-field[minio]',
'ipython',
Expand Down

0 comments on commit a7e3f9e

Please sign in to comment.