Skip to content

Commit 85de91d

Browse files
author
Ran Isenberg
committed
fix: pydantic as optional
1 parent e708454 commit 85de91d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target:
55
dev:
66
pip install --upgrade pip poetry pre-commit
77
poetry install
8+
poetry install --extras "advanced_parser"
89
pre-commit install
910

1011
dev-docs:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ xenon = "^0.7.0"
4949
flake8-eradicate = "^0.3.0"
5050
dataclasses = {version = "*", python = "~3.6"}
5151
flake8-bugbear = "^20.1.4"
52-
pydantic = ">1.6.0"
52+
pydantic = {version = "^1.6.0", optional = true }
5353

5454

5555
[tool.poetry.extras]

0 commit comments

Comments
 (0)