13 lines
186 B
TOML
13 lines
186 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
maturin = ">=0.7.7"
|
|
pytest = ">=4.0"
|
|
e1839a8 = {path = "."}
|
|
|
|
[requires]
|
|
python_version = "3.8"
|