mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-06-05 14:50:18 +00:00
16 lines
191 B
TOML
16 lines
191 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
pytuning = "*"
|
|
numeral = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
rope = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|