Ben
91a0edda5b
Caveats: UI hangs while selecting recipes No calculation is done based on input resource flow
20 lines
306 B
TOML
20 lines
306 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
selenium = "*"
|
|
click = "*"
|
|
sqlalchemy = "*"
|
|
nodegraphqt = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.11"
|
|
|
|
[scripts]
|
|
fetch = {call = "factorygame.data.fetch:main()"}
|
|
vis = {call = "factorygame.data.vis:main()"}
|