forked from linkml/linkml
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (37 loc) · 889 Bytes
/
Copy pathPipfile
File metadata and controls
39 lines (37 loc) · 889 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pipenv-to-requirements = "*"
tox = "*"
tox-pipenv = "*"
unittest2 = "*"
nbconvert = "*"
nbformat = "*"
ipykernel = "*"
[packages]
click = "~=7.0"
python-dateutil = "*"
graphviz = ">=0.10.1"
jsonasobj = ">=1.2.1"
jsonschema = ">=3.0.1"
prefixcommons = ">=0.1.7"
rdflib-jsonld = ">=0.5.0"
rdflib = ">=5.0.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 = "*"
pyld = { git = "https://github.com/hsolbrig/pyld"}
rdflib-pyld-compat = "*"
hbreader = "*"
# NOTE: Always lock down the linkml model -- figure how to lock this w/o locking everything else
#linkml_model = {editable = true, path = "/Users/solbrig/git/linkml/linkml-model"}
linkml_model = ">=0.0.10"