-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 774 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 774 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
[project]
name = "phrased-com"
version = "0.1.0"
description = ""
authors = [
{name = "sasilab",email = "sasistartup@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.12,<4.0"
dependencies = [
"pandas (>=2.3.0,<3.0.0)",
"langchain (>=0.3.26,<0.4.0)",
"langchain-community (>=0.3.26,<0.4.0)",
"openpyxl (>=3.1.5,<4.0.0)",
"langchain-openai (>=0.3.27,<0.4.0)",
"python-dotenv (>=1.1.1,<2.0.0)",
"google-api-python-client (>=2.174.0,<3.0.0)",
"google-auth-httplib2 (>=0.2.0,<0.3.0)",
"google-auth-oauthlib (>=1.2.2,<2.0.0)",
"langgraph (>=0.5.0,<0.6.0)"
]
[tool.poetry]
packages = [{include = "phrased_com", from = "src"}]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"