Skip to content

Commit

Permalink
module reorg
Browse files Browse the repository at this point in the history
Signed-off-by: Clemens Vasters <clemens@vasters.com>
  • Loading branch information
clemensv committed Jan 23, 2025
1 parent 20e0048 commit 328f86a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions mode-s/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requests = ">=2.32.3"
aiohttp = ">=3.10.5"
asyncio = ">=3.4.3"

[tool.poetry.dev-dependencies]
[tool.poetry.dev.dependencies]
pytest = ">=8.3.3"
flake8 = ">=7.1.1"
pylint = ">=3.2.7"
Expand All @@ -25,7 +25,7 @@ testcontainers = ">=4.8.1"
pytest-asyncio = ">=0.24.0"

[tool.poetry.scripts]
mode_s_kafka_bridge = "mode_s.mode_s:main"
mode_s_kafka_bridge = "mode_s_kafka_bridge.mode_s:main"

[build-system]
requires = ["poetry-core>=1.9.0"]
Expand Down

0 comments on commit 328f86a

Please sign in to comment.