Age | Commit message (Collapse) | Author | Files | Lines |
|
Use "pipenv install shade" to update the file Pipfile.lock.
Change-Id: I61b00fac5855dba0e72656063d4814c3c5bc47f6
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
|
|
- updated dependency lock
- allow buidling docker image from local repository
- use pip to install local package
Change-Id: I9eecae54f278e57ec0ba4840b2d64abb0134d9b6
JIRA: QTIP-289
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
- remove django from Pipfile
- include local package
Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
|
|
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>
|