We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44213f9 commit 0766b8aCopy full SHA for 0766b8a
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "cq_cli"
7
-version = "2.3.0"
+version = "2.4.0"
8
license = {file = "LICENSE"}
9
authors = [
10
{ name="Jeremy Wright" },
@@ -17,8 +17,8 @@ classifiers = [
17
"Operating System :: OS Independent",
18
]
19
dependencies = [
20
- "cadquery",
21
- "cadquery-freecad-import-plugin @ git+https://github.com/jmwright/cadquery-freecad-import-plugin.git"
+ "cadquery@git+https://github.com/CadQuery/cadquery.git",
+ "cadquery_freecad_import_plugin"
22
23
24
[project.scripts]
0 commit comments