Change to pyflow
This commit is contained in:
parent
b5ed4bc90e
commit
9e7a53acdd
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,3 +1,15 @@
|
|||||||
|
# General Python ignores
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
__pycache__/
|
||||||
|
__pypackages__/
|
||||||
|
.ipynb_checkpoints/
|
||||||
|
*.pyc
|
||||||
|
*~
|
||||||
|
*/.mypy_cache/
|
||||||
|
|
||||||
|
|
||||||
|
# Project ignores
|
||||||
bin/
|
bin/
|
||||||
software/build/
|
software/build/
|
||||||
software/install/
|
software/install/
|
||||||
|
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
|
||||||
|
[tool.pyflow]
|
||||||
|
name = ""
|
||||||
|
py_version = "3.9"
|
||||||
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[tool.pyflow.scripts]
|
||||||
|
|
||||||
|
[tool.pyflow.dependencies]
|
||||||
|
cffi = ">=0.0.0"
|
||||||
|
numpy = ">=0.0.0"
|
||||||
|
seaborn = ">=0.0.0"
|
||||||
|
matplotlib = ">=0.0.0"
|
||||||
|
minizinc = "^0.4.2"
|
||||||
|
|
||||||
|
[tool.pyflow.dev-dependencies]
|
||||||
|
|
Reference in New Issue
Block a user