-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (31 loc) · 889 Bytes
/
pyproject.toml
File metadata and controls
33 lines (31 loc) · 889 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
[project]
name = "talkthroughit"
version = "0.1.0"
description = "Talk through it!"
readme = "README.md"
authors = [
{ name = "enwask", email = "enwask@ucf.edu" },
{ name = "morgulveil", email = "calkowska.aga@gmail.com" },
{ name = "hector20004", email = "hg482414@gmail.com" }
]
requires-python = ">=3.10"
dependencies = [
"elevenlabs>=2.20.1",
"extra-streamlit-components>=0.1.81",
"langchain-community>=0.4",
"langchain[google-genai]>=1.0.2",
"pypdf>=6.1.3",
"requests>=2.32.5",
"streamlit>=1.50.0",
"streamlit-code-editor>=0.1.22",
"streamlit-drawable-canvas>=0.9.3",
"streamlit-float>=0.3.5",
"streamlit-option-menu>=0.4.0",
"streamlit-realtime-audio-recorder>=0.1.2",
"streamlit-router>=0.1.8",
]
[project.scripts]
app = "talkthroughit:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"