-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
96 lines (96 loc) · 2.3 KB
/
Copy pathpyproject.toml
File metadata and controls
96 lines (96 loc) · 2.3 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[project]
name = "hack-agent-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno==1.1.1",
"annotated-types==0.7.0",
"anyio==4.8.0",
"beautifulsoup4==4.13.3",
"blinker==1.9.0",
"cachetools==5.5.2",
"certifi==2025.1.31",
"charset-normalizer==3.4.1",
"click==8.1.8",
"colorama==0.4.6",
"distro==1.9.0",
"dnspython==2.7.0",
"docstring-parser==0.16",
"duckduckgo-search==7.3.2",
"email-validator==2.2.0",
"fastapi==0.115.8",
"fastapi-cache2==0.2.2",
"fastapi-cli==0.0.7",
"finnhub-python==2.4.22",
"flask==3.1.0",
"frozendict==2.4.6",
"gitdb==4.0.12",
"gitpython==3.1.44",
"google-auth==2.38.0",
"google-genai==1.5.0",
"groq==0.18.0",
"h11==0.14.0",
"html5lib==1.1",
"httpcore==1.0.7",
"httptools==0.6.4",
"httpx==0.28.1",
"idna==3.10",
"itsdangerous==2.2.0",
"jinja2==3.1.5",
"lxml==5.3.1",
"markdown-it-py==3.0.0",
"markupsafe==3.0.2",
"mdurl==0.1.2",
"multitasking==0.0.11",
"mypy>=1.19.1",
"numpy==2.2.3",
"pandas==2.2.3",
"peewee==3.17.9",
"pendulum==3.0.0",
"pip==24.2",
"platformdirs==4.3.6",
"primp==0.12.1",
"pyasn1==0.6.1",
"pyasn1-modules==0.4.1",
"pydantic==2.10.6",
"pydantic-core==2.27.2",
"pydantic-settings==2.7.1",
"pygments==2.19.1",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.0.1",
"python-multipart==0.0.20",
"pytz==2025.1",
"pyyaml==6.0.2",
"redis==5.2.1",
"requests==2.32.3",
"rich==13.9.4",
"rich-toolkit==0.13.2",
"rsa==4.9",
"ruff>=0.15.8",
"shellingham==1.5.4",
"six==1.17.0",
"smmap==5.0.2",
"sniffio==1.3.1",
"soupsieve==2.6",
"starlette==0.45.3",
"tavily-python==0.5.0",
"time-machine==2.16.0",
"tomli==2.2.1",
"typer==0.15.1",
"types-beautifulsoup4>=4.12.0.20250516",
"types-python-dateutil>=2.9.0.20260323",
"types-pyyaml>=6.0.12.20250915",
"types-requests>=2.33.0.20260327",
"typing-extensions==4.12.2",
"tzdata==2025.1",
"urllib3==2.3.0",
"uvicorn==0.34.0",
"watchfiles==1.0.4",
"webencodings==0.5.1",
"websockets==14.2",
"werkzeug==3.1.3",
"wikipedia==1.4.0",
"yfinance==0.2.54",
]