Use pipenv instead of pip 51/48051/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Wed, 29 Nov 2017 08:40:39 +0000 (16:40 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 4 Dec 2017 19:12:27 +0000 (11:12 -0800)
commitf7882526b299e0e9185b1f61d3306b48d9ec28e6
tree990921bee916d3553661b6656c247717b42c5c91
parent795221ce0cbd9daf23af9f3099e29c947bcad306
Use pipenv instead of pip

pipenv[1] is the officially recommended Python packaging tool from Python.org[2]

[1]: https://docs.pipenv.org/
[2]: https://packaging.python.org/new-tutorials/installing-and-using-packages/

It integrates pip with virtualenv and handles version management better than pip.

Change-Id: I4ec6436e29d76a866b56caa609e2bcd22489ae9f
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Pipfile [new file with mode: 0644]
Pipfile.lock [new file with mode: 0644]
docker/Dockerfile
requirements-frozen.txt [deleted file]
requirements-test.txt [deleted file]
requirements.txt [deleted file]
tox.ini