Skip to content

Commit

Permalink
Add UV to backend (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
chainlink authored Oct 7, 2024
1 parent 6f213cb commit e4f7c5d
Show file tree
Hide file tree
Showing 3 changed files with 1,972 additions and 0 deletions.
1 change: 1 addition & 0 deletions lumigator/python/mzai/backend/.python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
25 changes: 25 additions & 0 deletions lumigator/python/mzai/backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastapi[standard]>=0.115.0",
"boto3==1.34.105",
"boto3-stubs[essential,s3]==1.34.105",
"loguru==0.7.2",
"mistralai==0.4.2",
"mypy-boto3==1.34.105",
"openai==1.38.0",
"pydantic>=2.8.0",
"pydantic-settings==2.2.1",
"requests>=2,<3",
"sqlalchemy[asyncio]==2.0.28",
"uvicorn[standard]==0.28.0",
"s3fs==2024.5.0",
"datasets==2.20.0",
"ray[client]==2.30.0",
"psycopg2-binary==2.9.9", # For sqlalchemy
"python-dotenv>=1.0.1",
]
Loading

0 comments on commit e4f7c5d

Please sign in to comment.