Skip to content

Commit

Permalink
feat: added pyproject for dep mgmt
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Jun 15, 2024
1 parent e38eaa3 commit 3e3ec1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DigitalPy = "^0.3.13.7"

[tool.poetry.group.dev.dependencies]
pylint = "^3.0.2"
DigitalPy = { git = "https://github.com/FreeTAKTeam/DigitalPy.git", branch="service_manager" }
DigitalPy = { path = "C:\\Users\\Natha Paquette\\work\\DigitalPy", develop=true }

[tool.pytest.ini_options]
pythonpath = [
Expand Down

0 comments on commit 3e3ec1b

Please sign in to comment.