File size: 493 Bytes
c4d486b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "smart-chatbot"
version = "0.1.0"
requires-python = ">=3.11, <3.12"
dependencies = [
    "alembic>=1.18.1",
    "fastapi>=0.128.0",
    "groq>=1.0.0",
    "ipykernel>=7.1.0",
    "pandas>=3.0.0",
    "psycopg2-binary>=2.9.11",
    "pydantic>=2.12.5",
    "pytest>=9.0.2",
    "python-dotenv>=1.2.1",
    "python-multipart>=0.0.22",
    "scikit-learn>=1.8.0",
    "spacy>=3.7.0",
    "sqlalchemy>=2.0.46",
    "uvicorn>=0.40.0",
]

[tool.pytest.ini_options]
pythonpath = ["."]