mirror of
https://github.com/subutux/rmapy.git
synced 2025-12-08 14:43:24 +00:00
16 lines
199 B
TOML
16 lines
199 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
|
|
[packages]
|
|
requests = "*"
|
|
pyaml = "*"
|
|
sphinx = "*"
|
|
urllib3 = ">=1.26.5"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|