Skip to content

Commit

Permalink
remove interdependency of submodules in submodule pytoml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Apr 11, 2024
1 parent 1120f9c commit e2bd6f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions dogapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ classifiers = [
authors = [
"Michał Gawor <[email protected]>",
]
packages = [
{ include = "dogapi" }
]

[tool.poetry.dependencies]
doglib = ">= 1.0.5"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
3 changes: 0 additions & 3 deletions dogui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ packages = [
{ include = "dogui" }
]

[tool.poetry.dependencies]
dogapi = ">=1.0.1-a1"

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

0 comments on commit e2bd6f5

Please sign in to comment.