Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-06 | Fix dependency error | Yujun Zhang | 1 | -7/+5 | |
- remove django from Pipfile - include local package Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn> | |||||
2017-12-04 | Use pipenv instead of pip | Yujun Zhang | 1 | -0/+38 | |
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> |