aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Update Pipfile.lockzhihui wu1-174/+221
Python packages don't match their hashes from Pipfile.lock. Update Pipfile.lock Change-Id: Iea59c9b2d0e6b649724377378f5ee71c4a2280b0 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-08update pipfile.lockzhihui wu1-104/+218
Use "pipenv install shade" to update the file Pipfile.lock. Change-Id: I61b00fac5855dba0e72656063d4814c3c5bc47f6 Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-08Fix "qtip command not found" in Docker containerYujun Zhang1-59/+53
- 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>
2017-12-06Fix dependency errorYujun Zhang1-153/+62
- remove django from Pipfile - include local package Change-Id: I3ec401bd367f8672771af0a19f621e066036f66d Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-12-04Use pipenv instead of pipYujun Zhang1-0/+721
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>