Skip to content

Commit

Permalink
Merge pull request #1796 from dandi/pydantic
Browse files Browse the repository at this point in the history
Remove explicit dependency on `pydantic`
  • Loading branch information
mvandenburgh committed Dec 20, 2023
2 parents f038531 + 105deca commit ec7344f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This file is only for use by Heroku, with the old pip resolver
idna>=2.5,<3
# To address an odd case of email-validator not being installed
# see https://github.com/dandi/dandi-api/pull/405
pydantic[email]
.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
'drf-extensions',
'drf-yasg',
'jsonschema',
'pydantic',
'boto3[s3]',
'more_itertools',
'requests',
Expand Down

0 comments on commit ec7344f

Please sign in to comment.