Skip to content

Commit c6752ca

Browse files
authored
Merge pull request #55 from bitpay/SP-714
SP-714 Add Pydantic to pyproject.toml
2 parents 8df7c01 + 76da7d8 commit c6752ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ authors = [
1111
requires-python = ">=3.8"
1212
dependencies = [
1313
"ecdsa >= 0.18.0",
14-
"requests >= 2.31.0"
14+
"requests >= 2.31.0",
15+
"pydantic == 2.3.0"
1516
]
1617
description = "Accept bitcoin with BitPay"
1718
readme = "README.md"

0 commit comments

Comments
 (0)