forked from earthtojake/text-to-cad
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
29 lines (26 loc) · 917 Bytes
/
Copy pathrequirements-dev.txt
File metadata and controls
29 lines (26 loc) · 917 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
# Repo-source development environment.
#
# This is for running tests and tools from a source checkout. Skill runtime
# requirements remain skill-local and should be installed from inside each
# skill directory when validating packaged skill behavior.
# Source packages shared by local viewer and skill runtimes.
# These source installs intentionally stand in for the generated editable
# packages referenced by:
# - viewer/requirements.txt
# - skills/cad/requirements.txt
# - skills/cad-viewer/requirements.txt
# - skills/urdf/requirements.txt
# - skills/srdf/requirements.txt
# - skills/sdf/requirements.txt
--editable ./packages/cadpy
--editable ./packages/cadpy_metadata
--editable ./viewer/moveit2_server
# Extra third-party requirements mirrored from skill-local runtime files.
# - skills/cad/requirements.txt
ezdxf
playwright
# Extra third-party requirements used by repo tests.
networkx
lxml
pytest
trimesh