-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPipfile
More file actions
53 lines (46 loc) · 1.08 KB
/
Pipfile
File metadata and controls
53 lines (46 loc) · 1.08 KB
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
49
50
51
52
53
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
anaconda = "*"
jedi = ">=0.18.0"
json-rpc = ">=1.13.0"
service-factory = ">=0.1.6"
black = "*"
autohooks = "*"
autohooks-plugin-black = "*"
autohooks-plugin-isort = "*"
isort = "*"
autoflake = "*"
importmagic = "*"
epc = "*"
pep8 = "*"
flake8 = "*"
ipython = "*"
[packages]
pytest-aiohttp = "==0.3.0"
pytest-cov = "==3.0.0"
pytest = "==6.2.5"
pytest-mock = "==3.6.1"
Faker = "==9.8.0"
aioresponses = "==0.7.2"
python-dateutil = "==2.8.2"
aiocron = "==1.7"
funcy = "==1.16"
gunicorn = "==20.1.0"
aiosmtplib = "==1.1.6"
aiohttp = ">=3.8.0"
premailer = "==3.10.0"
sentry-sdk = "==2.8.0"
coloredlogs = ">=15.0.1"
boto3 = "==1.20.0"
PyYAML = "==6.0"
Jinja2 = "==3.0.2"
SQLAlchemy = ">=1.4.26"
fhirpy = "==1.2.1"
aidboxpy = "==1.2.0"
aidbox-python-sdk = {git = "https://github.com/Aidbox/aidbox-python-sdk.git",ref = "ef6b5c7492c470cc0559ab586651ea7661b8f061"}
fhirpathpy = {git = "https://github.com/beda-software/fhirpath-py.git",ref = "aaac1a4209e3e3cbce6f62246c0822c6cdaf5af5"}
[requires]
python_version = "3.10"