percy / python-percy-client

[Deprecated] Python client library for visual regression testing with Percy.
https://percy.io/docs/clients/python/selenium
MIT License
21 stars 24 forks source link

Remove unneeded dependencies #88

Closed s-weigand closed 4 years ago

s-weigand commented 4 years ago

Atm the CI tests fail since the requirements_dev.txt contains dependecies which are fixed, outdated and often not needed (i.e. cryptography which breaks the build).

This PR:

Note: The build is breaking due to the failing flake8 test. I didn't fix this since most project don't like white space or formation changes. But if you want I can format the code pep8 conform as done here.

Since this PR releases fixed versions this closes #90 #89 #84 #80 #79

s-weigand commented 4 years ago

Closed the PR since this package isn't actively developed anymore (see #91).