Skip to content

Commit

Permalink
Merge pull request #447 from dandi/upgrade-dandischema
Browse files Browse the repository at this point in the history
Bump dandischema and replace dandi-cli dependency
  • Loading branch information
dchiquito authored Jul 29, 2021
2 parents f11dd5a + 63ef2f2 commit de8104f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dandiapi/api/multipart.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import timedelta
from typing import Iterator, Tuple

from dandi.core.digests.dandietag import PartGenerator
from dandischema.digests.dandietag import PartGenerator
from django.core.files.storage import Storage
from s3_file_field._multipart import MultipartManager
from s3_file_field._multipart_boto3 import Boto3MultipartManager
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
include_package_data=True,
install_requires=[
'celery',
'dandi>=0.12.0',
'dandischema>=0.2.9',
'dandischema>=0.3.1',
'django>=3.1.2',
'django-admin-display',
'django-allauth',
Expand Down

0 comments on commit de8104f

Please sign in to comment.