SatisfactoryPlusCalculator/Pipfile

20 lines
294 B
TOML
Raw Normal View History

2024-01-28 13:12:46 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
selenium = "*"
click = "*"
sqlalchemy = "*"
nodegraphqt = "*"
2024-01-28 13:12:46 +00:00
[dev-packages]
[requires]
python_version = "3.11"
[scripts]
fetch = "python -m factorygame.data.fetch"
vis = "python -m factorygame.data.vis"