forked from FalkorDB/QueryWeaver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
30 lines (27 loc) · 636 Bytes
/
Pipfile
File metadata and controls
30 lines (27 loc) · 636 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "~=0.118.0"
uvicorn = "~=0.37.0"
litellm = "~=1.77.3"
falkordb = "~=1.2.0"
psycopg2-binary = "~=2.9.9"
pymysql = "~=1.1.0"
authlib = "~=1.6.4"
itsdangerous = "~=2.2.0"
jsonschema = "~=4.25.0"
tqdm = "~=4.67.1"
python-multipart = "~=0.0.10"
jinja2 = "~=3.1.4"
graphiti-core = {ref = "staging", git = "git+https://github.com/FalkorDB/graphiti.git"}
fastmcp = "~=2.12.4"
[dev-packages]
pytest = "~=8.4.2"
pylint = "~=3.3.4"
playwright = "~=1.55.0"
pytest-playwright = "~=0.7.1"
pytest-asyncio = "~=1.2.0"
[requires]
python_version = "3.12"