Skip to content

Commit

Permalink
add pydantic _settings + poetry cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Sep 20, 2024
1 parent be0e99a commit f783f4b
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 89 deletions.
146 changes: 66 additions & 80 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ pydantic = ">2"
PyYAML = ">=5.3.0"
black = { version = "^22.1.0", optional = true }
isort = { version = "^5.10.1", optional = true }
libcst = { version = "^0.4.9", optional = true }
libcst = { version = "^1.4.0", optional = true }
rich-click = ">=1.6"
watchfiles = "^0.18.1"
pydantic-settings = "^2.5.2"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
pytest = "^6.2.5"
pytest-aiohttp = "^0.3.0"
pytest-cov = "^3.0.0"
Expand All @@ -39,8 +40,9 @@ black = "^22.1.0"
pylint = "^2.12.2"
autoflake = "^1.4"
strawberry-graphql = "^0.151.0"
libcst = "^0.4.9"
libcst = "^1.4.0"
requests = "^2.28.1"
pytest-snapshot = "^0.9.0"

[tool.poetry.extras]
watch = ["watchdog"]
Expand All @@ -51,12 +53,6 @@ merge = ["libcst"]
[tool.poetry.scripts]
turms = "turms.cli.main:cli"


[tool.poetry.group.dev.dependencies]
libcst = "^0.4.9"
ruff = "^0.0.257"
pytest-snapshot = "^0.9.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit f783f4b

Please sign in to comment.