tox-poetry-installer/tox_poetry_installer
Ethan Paul fb65fa812e
Update dependency identification to account for multiple platforms
Fix an issue where packages that had two or more exclusive ranges for different python
versions would only be represented by the sequentially last version to appear in the
lockfile, causing compatibility issues with the older versions of that package.

Fixes #68
2022-04-25 19:28:03 -04:00
..
__about__.py Bump patch version for 3.10 classifier 2022-01-05 02:18:53 -05:00
__init__.py Split single module file out into directory module 2020-11-11 22:37:08 -05:00
_poetry.py Update unsafe packages set to use internal constant 2021-04-16 22:35:31 -04:00
constants.py Update default setup to use parallelized dep installation 2021-05-05 22:17:29 -04:00
exceptions.py Fix error when package under test depends directly on unsafe dependencies 2021-10-28 20:09:56 -04:00
hooks.py Update dependency identification to account for multiple platforms 2022-04-25 19:28:03 -04:00
installer.py Add logging for package installation completion 2021-07-07 15:27:46 -04:00
logger.py Add internal logging wrapper to reduce copy/paste 2021-04-16 20:08:58 -04:00
py.typed Add typing stub file 2020-11-11 22:37:08 -05:00
utilities.py Update dependency identification to account for multiple platforms 2022-04-25 19:28:03 -04:00