Skip to content

Commit

Permalink
Remove explicit dependency on pydantic
Browse files Browse the repository at this point in the history
We don't use pydantic directly anywhere. Also, dandischema lists the
`pydantic[email]` extra as a dependency now, so we can remove it from
`requirements.txt` as well.
  • Loading branch information
mvandenburgh committed Dec 20, 2023
1 parent bac29c5 commit 105deca
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 105deca

Please sign in to comment.