initial commit

This commit is contained in:
2021-02-12 22:34:01 +01:00
commit 0263b37bad
11 changed files with 41842 additions and 0 deletions

21
Pipfile Normal file
View File

@@ -0,0 +1,21 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
cadquery = "*"
jupyter = "*"
jupyter-cadquery = "*"
numpy = "*"
pythreejs = "*"
occ = "*"
pyocc = "*"
[dev-packages]
[requires]
python_version = "3.9"
[pipenv]
allow_prereleases = true