Skip to content

Commit b93ef4f

Browse files
committed
fix: remove local editable sources from pyproject.toml
1 parent 673579a commit b93ef4f

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323
"httpx>=0.24.0",
2424
"pydantic>=2.0.0",
2525
"fastmcp>=0.1.0",
26-
"pararamio-aio>=0.1.0",
27-
"pararamio-bot",
26+
"pararamio-aio>=3.0.13",
27+
"pararamio-bot>=3.0.15",
2828
]
2929

3030
[project.urls]
@@ -56,10 +56,6 @@ dev = [
5656
"types-requests",
5757
]
5858

59-
[tool.uv.sources]
60-
pararamio-bot = { path = "/Users/ivolnistov/work/GITLABCOM/py-pararamio/packages/pararamio_bot", editable = true }
61-
pararamio-aio = { path = "/Users/ivolnistov/work/GITLABCOM/py-pararamio/packages/pararamio_aio", editable = true }
62-
6359
[build-system]
6460
requires = ["hatchling", "hatch-vcs"]
6561
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)