-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
48 lines (46 loc) · 867 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
48
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
pydantic = ">=1.8.2"
fastapi = ">=0.72.0"
urllib3 = ">=1.26.5"
uvicorn = "*"
click = "*"
lxml = ">=4.6.5"
boto3 = "*"
cython = "*"
owlready2 = "*"
pyparsing = "*"
rdflib = "*"
uvloop = "*"
websockets = ">=9.1"
httptools = "*"
typing-extensions = "*"
wikibaseintegrator = ">=0.12.0"
ipykernel = "*"
bs4 = "*"
pyyaml = "*"
disease-normalizer = ">=0.2.13"
"ga4gh.vrsatile.pydantic" = ">=0.1.dev1"
chembl-downloader = "*"
bioversions = ">=0.4.3"
pystow = "*"
[dev-packages]
thera-py = {editable = true, path = "."}
pytest = "*"
pytest-cov = "*"
pre-commit = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-quotes = "*"
flake8-import-order = "*"
flake8-annotations = "*"
ipython = ">=7.31.1"
jupyterlab = "*"
civicpy = "*"
mypy = "*"
types-requests = "*"
types-pyyaml = "*"
tox = "*"