20 lines
294 B
TOML
20 lines
294 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 = "python -m factorygame.data.fetch"
|
|
vis = "python -m factorygame.data.vis"
|