File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ This tool is built on top of [`jtd-codegen`](https://jsontypedef.com/) so check
11
11
## Installation
12
12
13
13
``` bash
14
- # Basic installation
15
14
pip install jtd-codebuild
16
-
17
- # If you want to use it with pydantic
18
- pip install ' jtd-codebuild[pydantic]'
19
15
```
20
16
21
17
## Usage
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ python = "^3.9"
13
13
pyyaml = " ^6.0.1"
14
14
click = " ^8.1.7"
15
15
case-converter = " ^1.1.0"
16
- pydantic = { version = " ^2.6.3" , optional = true }
17
-
18
- [tool .poetry .extras ]
19
- pydantic = [" pydantic" ]
20
16
21
17
[tool .poetry .group .dev .dependencies ]
22
18
flake8 = " ^6.1.0"
@@ -25,6 +21,7 @@ poethepoet = "^0.24.4"
25
21
26
22
[tool .poetry .group .test .dependencies ]
27
23
pytest = " ^7.4.3"
24
+ pydantic = " ^2.6.3"
28
25
29
26
30
27
[tool .poetry .scripts ]
You can’t perform that action at this time.
0 commit comments