-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (51 loc) · 1.14 KB
/
pyproject.toml
File metadata and controls
55 lines (51 loc) · 1.14 KB
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
[tool.poetry]
name = "nedrexapi"
version = "0.3.0"
description = ""
authors = ["james-skelton <james.skelton@newcastle.ac.uk>","andreas-maier <andreas.maier-1@uni-hamburg.de>"]
[tool.poetry.dependencies]
python = ">=3.11,<3.14"
fastapi = "^0.120"
uvicorn = "^0.15.0"
cachetools = "^4.2.4"
bicon = "^1.3.2"
click = "^8.0.3"
neo4j = "^5.28.1"
python-multipart = "^0.0.22"
requests = "^2.32.4"
filelock = "^3.3.2"
redis = "^4.3.6"
pottery = "^2.2.2"
gseapy = "^0.10.7"
gunicorn = "^23.0.0"
slowapi = "^0.1.6"
toml = "^0.10.2"
pymongo = "^4.6.2"
loguru = "^0.6.0"
rq = "^1.11.0"
more-itertools = "^8.14.0"
py2neo = "^2021.2.4"
docker = "7.1.0"
pillow = "^12.1.1"
starlette = "^0.49"
dnspython = "^2.6.0"
idna = "^3.7"
tqdm = "^4.66.3"
zipp = "^3.19.1"
urllib3 = "^2.5.0"
certifi = "^2024.07.04"
numpy = "^2.1.0"
langchain-community = "^0.3.27"
langchain-neo4j = "^0.8.0"
langchain-ollama = "^1.0.1"
aiohttp = "^3.12.14"
fonttools = "^4.60.2"
pypdf = "^6.8.0"
langgraph = "^1.0.10"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.setuptools]
packages = ["nedrexapi"]