initial commit
This commit is contained in:
21
Pipfile
Normal file
21
Pipfile
Normal 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
|
||||
Reference in New Issue
Block a user