-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
38 lines (34 loc) · 987 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
[tool.poetry]
name = "DigitalPy"
version = "0.3.16"
description="A python implementation of the aphrodite's specification, heavily based on WCMF"
authors = ["FreeTAKTeam <[email protected]>"]
packages = [
{include = "digitalpy"}
]
include = ["digitalpy/**/*.json", "digitalpy/**/*.py", "digitalpy/**/*.ini", "digitalpy/**/*.conf"]
[tool.poetry.dependencies]
python = "^3.10"
setuptools="*"
rule-engine="*"
'ruamel.yaml'="*"
pyzmq="*"
opentelemetry-sdk="*"
lxml="*"
xmltodict="*"
flask_cors="*"
sqlalchemy="^2.0.30"
flask_jwt_extended="*"
requests="*"
psutil="*"
[tool.poetry.group.dev.dependencies]
pytest-cov = "^5.0.0"
pytest = "^8.3.3"
tox = "^4.23.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.flakeheaven]
# optionally inherit from remote config (or local if you want)
base = "https://raw.githubusercontent.com/wemake-services/wemake-python-styleguide/master/styles/flakeheaven.toml"
baseline = ".flakeheaven_baseline"