Skip to content

Commit

Permalink
Merge pull request #1977 from dandi/pin-dependencies
Browse files Browse the repository at this point in the history
Pin updated dependencies
  • Loading branch information
jjnesbitt committed Jul 11, 2024
2 parents 9248339 + 524c835 commit 6e55e1d
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 @@ -40,7 +40,8 @@
include_package_data=True,
install_requires=[
'celery',
'dandischema~=0.10.1',
# Pin dandischema to exact version to make explicit which schema version is being used
'dandischema==0.10.1', # schema version 0.6.7
'django~=4.1.0',
'django-admin-display',
# Require 0.58.0 as it is the first version to support postgres' native
Expand All @@ -67,7 +68,7 @@
# Production-only
'django-composed-configuration[prod]>=0.23.0',
'django-s3-file-field[s3]>=1.0.0',
'django-storages[s3]>=1.14.3',
'django-storages[s3]==1.14.3',
'gunicorn',
# Development-only, but required
'django-minio-storage',
Expand Down

0 comments on commit 6e55e1d

Please sign in to comment.