-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 952 Bytes
/
pyproject.toml
File metadata and controls
30 lines (28 loc) · 952 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
[tool.poetry]
name = "backend"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "src"}]
[tool.poetry.dependencies]
python = "~3.11"
"fhir.resources" = "~7.0.2"
boto3 = "~1.26.90"
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.26.90"}
aws-lambda-typing = "~2.18.0"
moto = "~4.2.11"
requests = "~2.31.0"
responses = "~0.24.1"
pydantic = "~1.10.13"
pyjwt = "~2.8.0"
cryptography = "~42.0.4"
cffi = "~1.16.0"
jsonpath-ng = "^1.6.0"
simplejson = "^3.19.2"
structlog = "^24.1.0"
python-stdnum = "^1.20"
freezegun = "^1.5.1"
[build-system]
requires = ["poetry-core ~= 1.5.0"]
build-backend = "poetry.core.masonry.api"