Skip to content

Commit

Permalink
➕ add dep for authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Mar 21, 2024
1 parent 738ee9d commit 19e7f67
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 1 deletion.
129 changes: 128 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
argon2-cffi = "^23.1.0"
chromadb = "^0.4.24"
dbutils = "^3.1.0"
hydra-core = "^1.3.2"
ipython = "^8.22.2"
langchain = "^0.1.11"
Expand All @@ -26,6 +28,8 @@ pikepdf = "^8.13.0"
pillow-heif = "^0.15.0"
pydantic = "^1.10.14"
python-dotenv = "^1.0.1"
python-jose = "^3.3.0"
sqlglot = "^23.0.5"
sse-starlette = "^2.0.0"
tenacity = "^8.2.3"
unstructured = "^0.12.5"
Expand Down

0 comments on commit 19e7f67

Please sign in to comment.