We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001e2ab commit 4356527Copy full SHA for 4356527
requirements.txt
@@ -10,4 +10,5 @@ pillow
10
pyyaml
11
marisa_trie
12
kbnf>=0.4.2
13
+pydantic==2.11.0
14
formatron>=0.5.0
setup.py
@@ -109,7 +109,8 @@
109
"pyyaml",
110
"marisa_trie",
111
"kbnf>=0.4.2",
112
- "formatron>=0.5.0"
+ "formatron>=0.5.0",
113
+ "pydantic==2.11.0"
114
],
115
include_package_data=True,
116
package_data = {
0 commit comments