Merge Request #22
← To merge requests
From
setup_fix
into
master
Updated setup.py due to parse_requirements method signature change
pip 6.0 changed way to call parse_requirements, now it needs a variable called session, and without it you cannot install the package. Using PipSession as session variable(as it was the default before it, it has changed due to this commit: https://github.com/pypa/pip/commit/7037443975ee5706ef829f14a52ac2fba7dbfff2) and passing it as session parameter.
Commits (1)
-
Due to a change to pip parse_requirements signature it needs a variable called session, using previously used PipSession as session parameter fixed it. Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
-
@carolbramalho and @msfernandes, please review this commits as both of you had problems to start your development environment due to this change pip had made.
-
Status changed to closed