Skip to content

Commit

Permalink
fix: requirements.tsx file
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed May 10, 2024
1 parent 90f37fd commit 767b1aa
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 79 deletions.
117 changes: 59 additions & 58 deletions apps/api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
python-dotenv = "^1.0.1"
fastapi = "^0.111.0"
uvicorn = "^0.27.1"
pydantic-settings = "^2.2.1"
pymupdf = "^1.24.2"
pandas = "^2.2.2"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
requests = "^2.31.0"
fastapi = "^0.111.0"

[tool.poetry.group.dev.dependencies]
ruff = "^0.4.3"
Expand Down
Loading

0 comments on commit 767b1aa

Please sign in to comment.