Pipfile 424 B

12345678910111213141516
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. acpi-backlight = {editable = true, path = "."}
  7. [dev-packages]
  8. pytest = "*"
  9. # workaround https://github.com/pytest-dev/pytest/issues/3953
  10. pathlib2 = {version = "*", markers="python_version < '3.6'"}
  11. # zipp v2.0.0 dropped support for python3.5
  12. # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
  13. zipp = "<2"