-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
56 lines (48 loc) · 1.14 KB
/
pyproject.toml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[tool.poetry]
name = "moodle_virtualassistant_be"
version = "0.1.0"
description = ""
authors = ["chacachien <nguyentienphatbl123@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.12,<3.13"
fastapi = "0.110.2"
uvicorn = "0.29.0"
alembic = "1.13.1"
sqlmodel = "0.0.16"
sqlalchemy = "2.0.29"
databases = "0.9.0"
python-dotenv = "1.0.1"
pytz = "2024.1"
starlette = "^0.37.2"
pydantic-settings = "^2.2.1"
asyncpg = "^0.29.0"
greenlet = "^3.0.3"
psycopg2-binary = "^2.9.9"
bs4 = "^0.0.2"
fastapi-sqlalchemy = "^0.2.1"
passlib = "^1.7.4"
langchain = "0.3.0"
langchain-community = "0.3.0"
langchain-core = "0.3.0"
langchain-groq = "0.2.0"
langchain-openai = "0.2.0"
langchain-google-genai = "2.0.1"
langchain_anthropic="0.2.0"
pyvi = "0.1.1"
fastapi-utils = "^0.7.0"
pgvector = "0.3.4"
pusher = "^3.3.2"
bcrypt = "^4.2.1"
groq = "^0.13.0"
langchain-google-community = "^2.0.3"
email-validator = "^2.2.0"
markdown = "^3.7"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
#pinecone-client = "^5.0.0"
#sentence-transformers = "2.6.1"
#aiomysql = "^0.2.0"
#chedule = "^1.2.1"
#mysql-connector-python = "8.3.0"