Add pyproject.toml
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "ALttPOverworldRandomizer"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.7"
|
||||
dependencies = [
|
||||
"aenum>=3.1.16",
|
||||
"aioconsole>=0.6.2",
|
||||
"colorama>=0.4.6",
|
||||
"distro>=1.9.0",
|
||||
"fast-enum>=1.3.0",
|
||||
"python-bps-continued>=7",
|
||||
"pyyaml>=6.0.1",
|
||||
"websockets>=11.0.3",
|
||||
]
|
||||
Reference in New Issue
Block a user