Skip to content

Commit

Permalink
revert toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewThien committed Oct 8, 2024
1 parent 7038b7d commit b93528d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/workers/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests = "2.32.3"
openpyxl = "3.1.3"
Resource = "^0.2.1"
httpx = "0.27"
shared = {path = "../shared", develop = true}
shared = {path = "../shared"}
python-dotenv = "^1.0.1"
azure-functions-durable = "^1.2.9"

Expand All @@ -25,7 +25,7 @@ mypy = "^1.10.0"
django-stubs = "^5.0.0"
types-openpyxl = "^3.1.0.20240428"
types-requests = "^2.31.0.20240406"
shared = {path = "../shared"}
shared = {path = "../shared", develop = true}


[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit b93528d

Please sign in to comment.