forked from repotrial/nedrexdb_v2d
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (40 loc) · 929 Bytes
/
pyproject.toml
File metadata and controls
43 lines (40 loc) · 929 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
31
32
33
34
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "nedrexdb"
version = "0.2.0"
description = ""
authors = ["james-skelton <james.skelton@newcastle.ac.uk>","andreas-maier <andreas.maier-1@uni-hamburg.de>"]
[tool.poetry.dependencies]
python = "^3.9"
pymongo = "^4.8.0"
mongoengine = "^0.28.2"
docker = "^7.1.0"
more-itertools = "^8.8.0"
loguru = "^0.5.3"
requests = "^2.32.3"
beautifulsoup4 = "^4.9.3"
biopython = "^1.81"
xmljson = "^0.2.1"
SQLAlchemy = "^1.4.23"
psycopg2-binary = "^2.9.1"
pydantic = "2.7.4"
tqdm = "^4.66.1"
pandas = "^1.3.4"
obonet = "^0.3.0"
lxml = "^4.6.3"
rdflib = "^6.0.2"
black = "^24.3.0"
mypy = "^0.910"
flake8 = "^4.0.1"
py = "^1.11.0"
idna = "^3.7"
rdkit = "^2023.9.5"
numpy = "1.26.4"
langchain-community = "^0.3.14"
langchain = "^0.3.14"
langchain-neo4j = "^0.2.0"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
pre-commit = "^2.14.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"