Pipfile 301 B

1234567891011121314
  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. # zipp v2.0.0 dropped support for python3.5
  10. # https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
  11. zipp = "<2"