12345678910111213141516 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- acpi-backlight = {editable = true, path = "."}
- [dev-packages]
- pytest = "*"
- pathlib2 = {version = "*", markers="python_version < '3.6'"}
- zipp = "<2"
|