mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
14 lines
164 B
TOML
14 lines
164 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
bytecode = "*"
|
|
pytest = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3"
|