Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 86f0ce7

Browse files
committedSep 20, 2024·
Added pip install pydantic[email] to test dependencies
1 parent ecebd58 commit 86f0ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
autoflake
22
httpx==0.23.3
33
mypy == 1.11.1
4-
pip install pydantic[email]
4+
pydantic[email]
55
pytest >=7.1.3,<9.0.0
66
pytest-asyncio
77
pytest-cov >=2.12.0,<6.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.