Skip to content

Commit

Permalink
Merge pull request #5 from TechnologyBrewery/4-fix-breaking-poetry-1.…
Browse files Browse the repository at this point in the history
…6-changes

#4 🚨 fix broken code due to package move; ⬆️ s…
  • Loading branch information
d-ryan-ashcraft committed Sep 6, 2023
2 parents 2c6cb50 + 7ac756b commit 88841a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ repository = "https://bitbucket.org/cpointe/poetry-monorepo-dependency-plugin"

[tool.poetry.dependencies]
python = "^3.8"
poetry = ">1.2"
poetry-core = "<1.7"
poetry = ">=1.6"
cleo = ">=2.0.1"

[tool.poetry.group.dev.dependencies]
Expand All @@ -21,5 +20,5 @@ nose = "^1.3.7"
poetry-monorepo-dependency-plugin = "poetry_monorepo_dependency_plugin.plugin:MonorepoDependencyPlugin"

[build-system]
requires = ["poetry-core>=1.2"]
requires = ["poetry-core>=1.6"]
build-backend = "poetry.core.masonry.api"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import cleo.io.io
import cleo.io.outputs.output
from poetry.core.pyproject.toml import PyProjectTOML
from poetry.core.semver.version import Version
from poetry.core.constraints.version import Version
from poetry.core.packages.dependency import Dependency
from poetry.core.packages.directory_dependency import DirectoryDependency
from poetry.core.packages.dependency_group import DependencyGroup
Expand Down

0 comments on commit 88841a4

Please sign in to comment.