-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
49 lines (40 loc) · 1.03 KB
/
requirements.txt
File metadata and controls
49 lines (40 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
41
42
43
44
45
46
47
48
49
# Build dependencies (must be installed first)
Cython>=0.29.0
wheel>=0.38.0
setuptools>=65.0.0
# Development tools
pylint>=2.17.0
black>=23.0.0
flake8>=6.0.0
# ROS2 dependencies
colcon-common-extensions>=0.3.0
colcon-ros>=0.3.0
# Project dependencies
prisma>=0.10.0
pydantic>=2.0.0
python-dotenv>=1.0.0
websockets>=11.0.0
git+https://github.com/OpenDive/sui-py.git # Sui Python SDK
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
# Core ROS2 Dependencies
rclpy>=1.0.0
catkin_pkg>=0.5.0 # Required for ROS2 package building
empy>=3.3.4 # Required for ROS2 message generation
lark>=1.1.1 # Required for ROS2 message parsing
numpy>=2.2.6 # Required for ROS2 message generation
jinja2>=3.1.6 # Required for ROS2 parameter generation
typeguard>=4.4.2 # Required for ROS2 parameter validation
# System Dependencies
pyyaml>=5.3.1
# Development Dependencies
mypy>=1.8.0 # Type checking
# Code Quality and Testing
ament-copyright
ament-flake8
ament-pep257
pytest-cov>=2.10.0
isort>=5.0.0 # for import sorting
# Build Dependencies
setuptools>=80.8.0