Closed dclimber closed 2 years ago
Another dependency conflict:
gino-starlette
(0.1.4) depends on gino
(>=1.0.1,<2.0.0)gino
(1.0.1) depends on importlib_metadata
(>=1.3.0,<2.0.0ormar
(0.10.24) depends on importlib-metadata
(>=3.1)Downgrading ormar
to 0.9.4
solves the above conflict, but causes this issue, which was resolved in ormar (0.10.24)
pytest
's tests pass locally on my python 3.8 machine.
Whilst installing dependencies I have stumbled upon the following conflicts:
tortoise-orm
's requirement of Python >=3.7,<4.0.ormar
andgino-starlette
have conflictingimportlib_metadata
version requirements.databases
andgino-starlette
have conflicting requirements forSQLAlchemy
.pytest
>= 7 has conflicting requirements.My proposal — use poetry for managing dependencies:
Haven't seen any open/closed issues or pull requests on the subject, so opening this ticket.