File size: 613 Bytes
bba179e
 
 
 
 
 
 
 
1528aed
 
bba179e
 
9458b7d
bba179e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "startship"
version = "0.1.0"
description = "Add your description here"
authors = [
    { name = "twn39", email = "[email protected]" }
]
dependencies = [
    "gradio>=4.39.0",
    "langchain>=0.2.11",
    "pydantic>=2.8.2",
    "pydantic-settings>=2.3.4",
    "langchain-openai>=0.1.20",
    "setuptools==69.5.1",
]
readme = "README.md"
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["app.py"]