forked from beda-software/fhir-sdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
45 lines (42 loc) · 1.03 KB
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
anaconda = "*"
jedi = ">=0.13.0"
json-rpc = ">=1.8.1"
service-factory = ">=0.1.5"
black = "*"
autohooks = "*"
autohooks-plugin-black = "*"
autohooks-plugin-isort = "*"
isort = "*"
autoflake = "*"
importmagic = "*"
epc = "*"
pep8 = "*"
flake8 = "*"
ipython = "*"
[packages]
python-dateutil = "==2.8.0"
funcy = "==1.12"
gunicorn = "==19.9.0"
aiohttp = "==3.7.4"
sentry-sdk = "==0.14.3"
aiocontextvars = "==0.2.2"
coloredlogs = "==10.0"
aidbox-python-sdk = {editable = true, ref = "09d82f80505e6d68d383782fd99cf1369d5d5219", git = "https://github.com/Aidbox/aidbox-python-sdk.git"}
aidboxpy = "*"
fhirpathpy = {git = "https://github.com/beda-software/fhirpath-py.git",ref = "1c689ecd081427b26f0f08b9f33e05098fab384a"}
pytest-aiohttp = "==0.3.0"
pytest-cov = "==2.8.1"
pytest = "==5.3.1"
factory-boy = "==2.12.0"
pytest-factoryboy = "==2.0.3"
pytest-mock = "==2.0.0"
sqlalchemy = "*"
antlr4-python3-runtime = "==4.8"
fhirpy = "==1.3.0"
[requires]
python_version = "3.9"