Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
fix: project structure and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-burashnikov committed Nov 7, 2023
1 parent 0716bc3 commit 900b306
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 140 deletions.
138 changes: 0 additions & 138 deletions depinspect/main.py

This file was deleted.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
pytest = "^7.4.2"
click = "^8.1.7"

[tool.poetry.group.dev]
optional = true

[tool.poetry.group.dev.dependencies]
mypy = "^1.6.1"
pytest = "^7.4.2"
black = "^23.10.0"
ruff = "^0.1.1"

Expand All @@ -22,7 +25,7 @@ ruff = "^0.1.1"
target-version = "py310"

[tool.poetry.scripts]
depinspect = "depinspect.main:main"
depinspect = "depinspect.__main__:main"

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

0 comments on commit 900b306

Please sign in to comment.