Merge Request #22

Closed
softwarepublico/colab!22
Created by Carlos Coêlho

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.

Assignee: Sergio Oliveira
Milestone: None

Closed by Carlos Coêlho

Changes were not merged into target branch

Commits (1)
4 participants