Skip to content

Commit

Permalink
Revert "📦️ tilde requirements for python packages"
Browse files Browse the repository at this point in the history
This reverts commit 221b188.
  • Loading branch information
dannil76 committed Jun 18, 2024
1 parent 221b188 commit f1ad54f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions fai-rag-app/fai-backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.11.9"
fastapi = { extras = ["all"], version = "~0.108.0" }
pydantic = { extras = ["email"], version = "~2.5.3" }
uvicorn = { extras = ["standard"], version = "~0.25.0" }
fastapi = { extras = ["all"], version = "^0.108.0" }
pydantic = { extras = ["email"], version = "^2.5.3" }
uvicorn = { extras = ["standard"], version = "^0.25.0" }
bcrypt = "4.0.1"
passlib = { extras = ["bcrypt"], version = "~1.7.4" }
python-jose = { extras = ["cryptography"], version = "~3.3.0" }
beanie = "~1.24.0"
watchfiles = "~0.21.0"
fastapi-jwt = "~0.2.0"
rich = "~13.7.0"
requests = "~2.32.2"
fastui = "~0.4.0"
chromadb = "~0.4.22"
redis = "~5.0.2"
rq = "~1.16.0"
langstream = "~0.3.1"
openai = "~1.13.3"
python-dotenv = "~1.0.1"
passlib = { extras = ["bcrypt"], version = "^1.7.4" }
python-jose = { extras = ["cryptography"], version = "^3.3.0" }
beanie = "^1.24.0"
watchfiles = "^0.21.0"
fastapi-jwt = "^0.2.0"
rich = "^13.7.0"
requests = "^2.32.2"
fastui = "^0.4.0"
chromadb = "^0.4.22"
redis = "^5.0.2"
rq = "^1.16.0"
langstream = "^0.3.1"
openai = "^1.13.3"
python-dotenv = "^1.0.1"
unstructured = { extras = ["md", "pdf", "docx"], version = "0.13.7" }
sse-starlette = "~2.1.0"
sse-starlette = "^2.1.0"

[tool.poetry.dev-dependencies]
pytest = "~7.4.4"
pytest-asyncio = "~0.23.3"
pytest-cov = "~4.1.0"
mongomock = "~4.1.2"
mongomock-motor = "~0.0.26"
fakeredis = "~2.21.1"
pytest = "^7.4.4"
pytest-asyncio = "^0.23.3"
pytest-cov = "^4.1.0"
mongomock = "^4.1.2"
mongomock-motor = "^0.0.26"
fakeredis = "^2.21.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f1ad54f

Please sign in to comment.