mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 23:00:20 +00:00
c200101a5f
- Remove Pipfile and add pyproject.toml - Update project dependencies in pyproject.toml
14 lines
214 B
TOML
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",
|
|
]
|