-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
125 lines (121 loc) · 2.19 KB
/
pyproject.toml
File metadata and controls
125 lines (121 loc) · 2.19 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[project]
name = "Invigo"
version = "4.0.7"
description = "A state-of-the-art assembly-based Inventory Manager, designed to streamline the process of component tracking, quoting and management."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiotools",
"altgraph",
"ansi2html",
"beautifulsoup4",
"black",
"blinker",
"bs4",
"certifi",
"charset-normalizer",
"click",
"coloraide>=5.1",
"colorama",
"coloredlogs",
"colorlog",
"colormap",
"contourpy",
"cryptography>=45.0.5",
"cycler",
"debugpy",
"distro",
"easydev",
"et-xmlfile",
"ezdxf",
"Flask",
"fonttools",
"forex-python",
"humanfriendly",
"idna",
"iniconfig",
"isort",
"itsdangerous",
"Jinja2",
"kiwisolver",
"line-profiler",
"Markdown",
"markdown-it-py",
"MarkupSafe",
"matplotlib",
"mdurl",
"mpmath",
"msgspec",
"mypy",
"mypy-extensions",
"natsort",
"networkx",
"numpy",
"openpyxl",
"packaging",
"pandas",
"pathspec",
"pefile",
"pexpect",
"pillow",
"platformdirs",
"pluggy",
"ptyprocess",
"pyglet<2",
"Pygments",
"pyinstaller",
"pyinstaller-hooks-contrib",
"PyMuPDF",
"pyparsing",
"pyqt6",
"PyQt6-Qt6",
"PyQt6-sip",
"PyQt6-WebEngine",
"PyQt6-WebEngine-Qt6",
"pyqtgraph",
"pyreadline3",
"PySide6_Addons",
"PySide6_Essentials",
"pytest",
"python-dateutil",
"python-dotenv",
"pytz",
"qtawesome",
"QtPy",
"QtRangeSlider",
"requests",
"rich",
"rtree",
"ruff",
"schedule",
"scipy>=1.16.0",
"setuptools",
"shapely",
"shiboken6",
"simplejson",
"six",
"soupsieve",
"superqt",
"sympy",
"tabula-py",
"tabulate",
"tornado",
"trimesh",
"types-requests",
"typing_extensions",
"tzdata",
"ujson",
"urllib3",
"watchdog",
"websocket-client",
"Werkzeug",
"XlsxWriter",
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = false
[tool.setuptools.packages.find]
where = []
include = []