Skip to content

Commit

Permalink
fix: move "main" deps to main deps (#1)
Browse files Browse the repository at this point in the history
* fix: move "main" deps to main deps

* chore: update lock file
  • Loading branch information
Doran-Penner authored Mar 23, 2024
1 parent 20f88aa commit 54d9b41
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

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

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ dacite = "^1.8.1"
rich = "^13.6.0"
pytest = "^7.4.3"
jinja2 = "^3.1.2"
textual = "^0.41.0"
pyyaml = "^6.0.1"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.2"
requests-toolbelt = "^1.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.2"
Expand All @@ -73,13 +78,6 @@ pymdown-extensions = "^10.3.1"
pygments = "^2.16.1"
mkdocs-minify-plugin = "^0.7.1"

[tool.poetry.group.connect.dependencies]
textual = "^0.41.0"
pyyaml = "^6.0.1"
requests = "^2.31.0"
beautifulsoup4 = "^4.12.2"
requests-toolbelt = "^1.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 54d9b41

Please sign in to comment.