Skip to content

Commit 1c8a521

Browse files
fix: pydantic as testing deps as we don't need it in actuall usage
1 parent cfc538c commit 1c8a521

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ This tool is built on top of [`jtd-codegen`](https://jsontypedef.com/) so check
1111
## Installation
1212

1313
```bash
14-
# Basic installation
1514
pip install jtd-codebuild
16-
17-
# If you want to use it with pydantic
18-
pip install 'jtd-codebuild[pydantic]'
1915
```
2016

2117
## Usage

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ python = "^3.9"
1313
pyyaml = "^6.0.1"
1414
click = "^8.1.7"
1515
case-converter = "^1.1.0"
16-
pydantic = { version = "^2.6.3", optional = true }
17-
18-
[tool.poetry.extras]
19-
pydantic = ["pydantic"]
2016

2117
[tool.poetry.group.dev.dependencies]
2218
flake8 = "^6.1.0"
@@ -25,6 +21,7 @@ poethepoet = "^0.24.4"
2521

2622
[tool.poetry.group.test.dependencies]
2723
pytest = "^7.4.3"
24+
pydantic = "^2.6.3"
2825

2926

3027
[tool.poetry.scripts]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy