Skip to content

Commit

Permalink
move pydantic and jupyter dependencies to non-dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaryss committed Mar 6, 2023
1 parent 2c23260 commit 74f8fc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ dash-bootstrap-templates = "^1.0.7"
dash-daq = "^0.5.0"
dash-iconify = "^0.1.2"
werkzeug = "2.1.2"
notebook = "^6.4.12"
jupyter = "^1.0.0"
pydantic = "^1.10.2"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand All @@ -31,9 +34,6 @@ tox-gh-actions = "^2.9.1"
pytest-xdist = "^2.5.0"
pytest-sugar = "^0.9.4"
pytest-clarity = "^1.0.1"
notebook = "^6.4.12"
jupyter = "^1.0.0"
pydantic = "^1.10.2"
pylint = "2.13.9"
black = "^22.10.0"

Expand Down

0 comments on commit 74f8fc9

Please sign in to comment.