File size: 1,081 Bytes
69be42f
 
 
 
 
 
 
 
 
 
 
 
dc3879e
69be42f
dc3879e
 
 
 
69be42f
 
 
 
 
 
 
 
 
dc3879e
69be42f
 
 
 
 
 
 
dc3879e
 
 
69be42f
dc3879e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
    { name = "GrowWidTalha", email = "growwithtalha2@gmail.com" }
]
requires-python = ">=3.13"
dependencies = [
    "bcrypt>=4.0.0",
    "fastapi>=0.128.0",
    "google-generativeai>=0.8.0",
    "httpx>=0.28.1",
    "httpx-ws>=0.8.2",
    "mcp>=0.9.0",
    "openai>=1.0.0",
    "openai-agents>=0.1",
    "passlib[bcrypt]>=1.7.4",
    "psycopg2-binary>=2.9.11",
    "pydantic-settings>=2.0.0",
    "pytest>=9.0.2",
    "python-dotenv>=1.2.1",
    "python-jose[cryptography]>=3.5.0",
    "python-multipart>=0.0.21",
    "sqlmodel>=0.0.31",
    "uvicorn[standard]>=0.40.0",
    "websockets>=13.0,<14.0",  # Override uvicorn's websockets for legacy module
]

[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = [".", ".."]
addopts = "-v --strict-markers"

# Note: uv doesn't support [tool.uv.scripts] - run scripts directly
# Example: uv run uvicorn main:app --reload

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"