1
0
This commit is contained in:
2020-12-22 13:28:03 -07:00
parent 38f38fb029
commit 45ecbbcc36
4 changed files with 666 additions and 4 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pythreejs = "*"
cython = "*"
cython-csg = "*"
[dev-packages]
[requires]
python_version = "3.9"