Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Aug 24, 2024
1 parent 59ce1d6 commit a86a8be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions py/poetry.lock

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

4 changes: 2 additions & 2 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "r2r"
readme = "README.md"
version = "0.3.3"
version = "0.3.4"
description = "SciPhi R2R"
authors = ["Owen Colegrove <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -67,7 +67,7 @@ python-dotenv = "^1.0.1"

[tool.poetry.extras]
core = [
"pydantic", "python-multipart", "fire", "gunicorn", "requests", "types-requests",
"pydantic", "python-multipart", "fire", "gunicorn",
"uvicorn", "aiosqlite", "asyncpg", "redis", "beautifulsoup4", "openpyxl",
"markdown", "pypdf", "python-pptx", "python-docx", "vecs", "litellm", "openai",
"fsspec", "posthog", "sqlalchemy", "ollama", "neo4j", "passlib", "bcrypt",
Expand Down

0 comments on commit a86a8be

Please sign in to comment.