You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use git+https://github.com/jmcarp/marshmallow-pagination@master in requirements.txt. This library does not appear to be maintained, e.g., jmcarp/marshmallow-pagination#3, and currently the versioning requires [email protected] while we use [email protected].
Problem
The above limits use of automated tools such as pip-compile to produce requirements.txt which includes transitive dependencies. In addition, running pipeptree produces:
As a test, I've added https://github.com/jason-upchurch/marshmallow-pagination and bumped version of marshmallow-paginationto reflect addition of [email protected]. Submitted PR to @jmcarp but we may need to maintain this ourselves so that we can use tools such as pipdeptree without seeing warning and pip-tools for transitive dependency management.
Summary
We use
git+https://github.com/jmcarp/marshmallow-pagination@master
inrequirements.txt
. This library does not appear to be maintained, e.g., jmcarp/marshmallow-pagination#3, and currently the versioning requires[email protected]
while we use[email protected]
.Problem
The above limits use of automated tools such as
pip-compile
to producerequirements.txt
which includes transitive dependencies. In addition, runningpipeptree
produces:some options to avoid the errors and increase our ability to use automated tools are:
marshmallow-pagination
and maintainmarshmallow-pagination
The text was updated successfully, but these errors were encountered: