-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (33 loc) · 845 Bytes
/
pyproject.toml
File metadata and controls
37 lines (33 loc) · 845 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
31
32
33
34
35
36
37
[tool.poetry]
name = "devrel-localstack"
version = "0.1.0"
description = ""
authors = ["massimobiagioli <biagiolimassimo@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.111.0"
mangum = "^0.17.0"
pydantic-settings = "^2.4.0"
python-multipart = "^0.0.9"
requests = "^2.32.3"
fpdf2 = "^2.8.3"
[tool.poetry.group.dev.dependencies]
uvicorn = {extras = ["standard"], version = "^0.29.0"}
pytest = "^8.2.0"
pytest-cov = "^5.0.0"
ruff = "^0.4.4"
pre-commit = "^3.7.1"
pytest-xdist = "^3.6.1"
pytest-asyncio = "^0.24.0"
boto3 = "^1.35.10"
terraform-local = "^0.21.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = [
"tests/",
]
asyncio_default_fixture_loop_scope = "function"
asyncio_mode = "auto" # See pytest-asyncio plug-in