forked from linkml/linkml
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
47 lines (44 loc) · 861 Bytes
/
Pipfile
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
click = "~=7.0"
python-dateutil = "*"
graphviz = ">=0.10.1"
jsonasobj2 = "~=1.0, >=1.0.3"
jsonschema = ">=3.0.1"
prefixcommons = ">=0.1.7"
rdflib-jsonld = ">=0.5.0, <=0.6.1"
rdflib = "~=5.0"
requests = ">=2.22"
pyjsg = ">=0.11.6"
pyyaml = "~=5.1"
argparse = ">=1.4.0"
pyshex = ">=0.7.20"
pyshexc = ">=0.8.3"
prologterms = ">=0.0.6"
watchdog = ">=0.9.0"
isodate = ">=0.6.0"
parse = "*"
pyldmod = ">=2.0.5"
rdflib-pyldmod-compat = ">=0.1.2c"
hbreader = "*"
linkml-runtime = ">=1.1.3, !=1.1.4"
linkml-runtime-api = "*"
sqlalchemy = "*"
openpyxl = "*"
sphinx = "*"
sphinx-rtd-theme = "*"
sphinx-click = "*"
myst-parser = "*"
jinja2 = "*"
pydantic = "*"
pandas = "*"
[dev-packages]
nbconvert = "*"
nbformat = "*"
ipykernel = "*"
chardet = "*"
[pipenv]
allow_prereleases = true