forked from agent-network-protocol/anp-open-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 804 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (28 loc) · 804 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
[project]
name = "anp-open-sdk"
version = "0.1.0"
description = ""
authors = [
{name = "seanzhang9999",email = "seanzhang9999@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pyyaml (>=6.0.2,<7.0.0)",
"pyjwt (>=2.10.1,<3.0.0)",
"pycryptodome (>=3.23.0,<4.0.0)",
"python-dotenv (>=1.1.1,<2.0.0)",
"pydantic (>=2.11.7,<3.0.0)",
"cryptography (>=45.0.4,<46.0.0)",
"fastapi (>=0.115.13,<0.116.0)",
"aiohttp (>=3.12.13,<4.0.0)",
"base58 (>=2.1.1,<3.0.0)",
"nest-asyncio (>=1.6.0,<2.0.0)",
"openai (>=1.91.0,<2.0.0)",
"uvicorn[standard] (>=0.34.3,<0.35.0)",
"colorama (>=0.4.6,<0.5.0)",
"aiofiles (>=24.1.0,<25.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"