Files
pytheory/pyproject.toml
T
kennethreitz c200101a5f refactor: Update project dependencies
- Remove Pipfile and add pyproject.toml
- Update project dependencies in pyproject.toml
2024-11-05 09:46:09 -05:00

14 lines
214 B
TOML

[project]
name = "pytheory"
version = "0.1.2"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"pytuning",
"numeral",
"pygame",
"scipy",
]