-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (35 loc) · 1.03 KB
/
pyproject.toml
File metadata and controls
40 lines (35 loc) · 1.03 KB
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
[tool.poetry]
name = "c5dec"
version = "1.2"
description = "This is the main repository of the software component of C5-DEC for computer-assisted design and development (CAD), i.e., C5-DEC CAD."
authors = ["Arash Atashpendar <arash@abstractionslab.lu>", "Heinrich Fries <fries@itrust.lu>", "Itzel Vazquez Sandoval <itzel@abstractionslab.lu>", "Sven Angel <sven.angel@proton.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
asciimatics = "^1.14.0"
python-i18n = "^0.3.9"
PyNaCl = "^1.5.0"
pyperclip = "^1.8.2"
pycryptodome = "^3.18.0"
python-docx = "^0.8.11"
pandas = "^2.0.2"
blockdiag = "^3.0.0"
xlrd = "^2.0.1"
graphviz = "^0.20.1"
flask = "^3.0.3"
tabulate = "^0.9.0"
jupyter = "^1.1.1"
rich = "^14.3.3"
doorstop = "3.0b10"
pyyaml = "^6.0.3"
pyfair = "^0.1a13"
pytm = "^1.3.1"
[tool.poetry.group.dev.dependencies]
pdoc3 = "^0.10.0"
pylint = "^2.17.4"
pytest = "*"
[build-system]
requires = ["poetry-core>=1.5.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
c5dec = "c5dec.frontend.cli.main:run"