-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (34 loc) · 878 Bytes
/
pyproject.toml
File metadata and controls
36 lines (34 loc) · 878 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
[project]
name = "robotics_application_manager"
version = "5.6.10"
authors = [
{ name="JdeRobot", email="jderobot@gmail.com" },
]
description = "Robotics Application Manager"
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "GPL-3.0-only"
license-files = ["LICENSE*"]
dependencies = [
"pydantic==2.4.2",
"transitions==0.9.0",
"pylint==3.3.1",
"websocket-client==1.5.2",
"argparse==1.4.0",
"six==1.16.0",
"psutil==5.9.0",
"watchdog==2.1.5",
"jedi",
"black==24.10.0",
"websocket_server==0.6.4"
]
[project.urls]
Homepage = "https://github.com/JdeRobot/RoboticsApplicationManager"
Issues = "https://github.com/JdeRobot/RoboticsApplicationManager/issues"
[build-system]
requires = ["setuptools >= 82.0.0"]
build-backend = "setuptools.build_meta"