We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673579a commit b93ef4fCopy full SHA for b93ef4f
1 file changed
pyproject.toml
@@ -23,8 +23,8 @@ dependencies = [
23
"httpx>=0.24.0",
24
"pydantic>=2.0.0",
25
"fastmcp>=0.1.0",
26
- "pararamio-aio>=0.1.0",
27
- "pararamio-bot",
+ "pararamio-aio>=3.0.13",
+ "pararamio-bot>=3.0.15",
28
]
29
30
[project.urls]
@@ -56,10 +56,6 @@ dev = [
56
"types-requests",
57
58
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
-
63
[build-system]
64
requires = ["hatchling", "hatch-vcs"]
65
build-backend = "hatchling.build"
0 commit comments