ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
499 stars 89 forks source link

Force latest `0.2.4` version for entrypoint2 dependency #85

Closed abhiTronix closed 3 years ago

abhiTronix commented 3 years ago

Hello @ponty, Thank you for resolving argparse dependency problem in entrypoint2. But unfortunately pip is still installing old entrypoint2 version on all my systems with pyscreenshot. This fix will resolve it,

Resolves redundant "argparse" requirement still getting automatically installed. Related: https://github.com/ponty/entrypoint2/issues/9

ponty commented 3 years ago

I uploaded a new version to PyPI.

abhiTronix commented 3 years ago

@ponty Thanks. 😃