-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1796 from dandi/pydantic
Remove explicit dependency on `pydantic`
- Loading branch information
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] | ||
. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,6 @@ | |
'drf-extensions', | ||
'drf-yasg', | ||
'jsonschema', | ||
'pydantic', | ||
'boto3[s3]', | ||
'more_itertools', | ||
'requests', | ||
|