-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (36 loc) · 724 Bytes
/
Copy pathPipfile
File metadata and controls
40 lines (36 loc) · 724 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
34
35
36
37
38
39
40
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
googlesearch-python = "*"
beautifulsoup4 = "*"
pytrends = "*"
python-dotenv = "*"
requests = "*"
urllib3 = "<3"
langchain = "*"
langchain-community = "*"
langchainhub = "*"
langchain-google-genai = "*"
langchain-chroma = "*"
supabase = "*"
langsmith = "*"
transformers = "*"
langchain-groq = "*"
streamlit = "*"
streamlit-chat = "*"
duckduckgo-search = "*"
streamlit-mermaid = "*"
langchain-deepseek = "*"
langchain-ollama = "*"
[dev-packages]
ruff = "*"
pre-commit = "*"
[scripts]
start = "python -m streamlit run app.py"
lint = "ruff check ."
format = "ruff format ."
check = "ruff check --fix ."
[requires]
python_version = "3.12"