forked from AgentEra/Agently
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 845 Bytes
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "agently"
version = "4.0.8"
description = ""
authors = [
{name = "Agently Team",email = "developer@agently.tech"},
{name = "Maplemx",email = "maplemx@gmail.com"},
]
license = {text = "Apache-2.0"}
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pydantic (>=2.11.7,<3.0.0)",
"toml (>=0.10.2,<0.11.0)",
"httpx (>=0.28.1,<0.29.0)",
"stamina (>=25.1.0,<26.0.0)",
"pyyaml (>=6.0.2,<7.0.0)",
"httpx-sse (>=0.4.1,<0.5.0)",
"json5 (>=0.12.0,<0.13.0)",
"greenlet (>=3.2.3,<4.0.0)",
"packaging (>=25.0,<26.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.0"
pytest-asyncio = "^1.0.0"
anyio = ">=4,<5"
[tool.black]
line-length = 120
skip-string-normalization = true