Use pyproject.toml
This commit is contained in:
parent
d6a7530599
commit
6bb5bfbdb0
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "vacuumDecay"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"torch",
|
||||||
|
"flask",
|
||||||
|
"flask-socketio",
|
||||||
|
"networkx",
|
||||||
|
"pillow"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
packages = ["vacuumDecay"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user