Skip to content

Commit

Permalink
chore(poetry): Upgrade pyproject.toml (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner authored Jan 6, 2025
1 parent 715a5b0 commit 6b12378
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions poetry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name = "app"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]

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

0 comments on commit 6b12378

Please sign in to comment.