-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
54 lines (51 loc) · 1.33 KB
/
pyproject.toml
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
54
[tool.poetry]
name = "she-dhos-services-api"
version = "0.0.1"
description = "DHOS Services API"
authors = ["Rob Grant <[email protected]>"]
keywords = ["Swagger", "Services", "Patients", "Locations", "Users", "Clinicians"]
repository = "https://github.com/draysontechnologies/dhos-services-api"
[[tool.poetry.source]]
name = "sensynehealth"
url = "https://pypi.fury.io/sensynehealth/"
[tool.poetry.dependencies]
python = "^3.9,<3.10"
auth0-api-client = "1.*"
click = "8.0.*" # https://github.com/dask/distributed/issues/6013
draymed = "2.*"
flask-batteries-included = {version = "3.*", extras = ["apispec", "pgsql"]}
kombu-batteries-included = "1.*"
jsonpath-ng = "1.*"
jsonschema = "3.*"
lazy-import = "0.*"
pycryptodomex = "3.*"
she-logging = "1.*"
neomodel="3.*"
python-jose = "3.*"
tenacity = "^7.0.0"
SQLAlchemy = {extras = ["mypy"], version = "^1.4.36"}
pydantic = "^1.9.1"
pytest-alembic = "^0.8.2"
[tool.poetry.dev-dependencies]
bandit = "*"
black = "*"
coloredlogs = "*"
coverage = "*"
isort = "*"
mock = "*"
mypy = "*"
pytest = "*"
pytest-dhos = {version = "*", extras=["fbi", "neo"]}
python-dotenv = "*"
pytest-flask = "*"
pytest-freezegun = "*"
pytest-mock = "*"
requests_mock = "1.8.*"
sadisplay = "*"
safety = "*"
tox = "*"
tox-docker = "*"
Faker = "*"
types-waitress = "^0.1.9"
types-requests = "^2.25.6"
types-PyYAML = "^5.4.7"