Skip to content

Commit

Permalink
chore: bump the dependencies and set pinned versions in pipfile for t…
Browse files Browse the repository at this point in the history
…he backend
  • Loading branch information
ydennisy committed Apr 27, 2024
1 parent d13077f commit c802eff
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 355 deletions.
24 changes: 12 additions & 12 deletions backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ verify_ssl = true
name = "pytorch"

[packages]
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
supabase = "*"
python-dotenv = "*"
trafilatura = "*"
lxml = "*"
langchain = "*"
requests = "*"
openai = "*"
llama-index-readers-file = "*"
httpx = "*"
pymupdf = "*"
fastapi = "==0.110.2"
uvicorn = {extras = ["standard"], version = "==0.29.0"}
supabase = "==2.4.3"
python-dotenv = "==1.0.1"
trafilatura = "==1.8.1"
lxml = "==5.1.1"
langchain = "==0.1.16"
requests = "==2.31.0"
openai = "==1.23.2"
llama-index-readers-file = "==0.1.19"
httpx = "==0.27.0"
pymupdf = "==1.24.2"

[dev-packages]

Expand Down
Loading

0 comments on commit c802eff

Please sign in to comment.