-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
41 lines (36 loc) · 857 Bytes
/
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
[tool.poetry]
name = "suan-trazabilidad"
version = "0.1.0"
description = ""
authors = ["Moxie <[email protected]>"]
readme = "README.md"
packages = [{include = "suan_trazabilidad"}]
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
python-decouple = "^3.8"
requests = "^2.30.0"
uvicorn = "^0.22.0"
openpyxl = "^3.1.2"
pyqldb = "^3.2.3"
python-dotenv = "^1.0.0"
boto3 = "^1.34.58"
pyaiken = "^0.5.5"
fastapi = "^0.111.1"
pydantic = "^2.8.2"
pydantic-settings = "^2.3.4"
ogmios = "^1.1.1"
celery = {extras = ["redis", "sqs"], version = "^5.4.0"}
flower = "^2.0.1"
opshin = "^0.23.0"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
pytest = "^7.3.1"
pytest-cov = "^5.0.0"
isort = "^5.13.2"
flake8 = "^7.0.0"
bandit = "^1.7.8"
safety = "^3.2.0"
watchdog = "^4.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"