aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
AgeCommit message (Collapse)AuthorFilesLines
2018-02-01install "shade" for ansible openstack modulezhihui wu1-0/+1
shade is a simple client library for interacting with OpenStack clouds. Ansible openstack module needs it. Change-Id: I82a134924d052e0d046c97b349a709cdaeb5c6bf Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-01-08Fix "qtip command not found" in Docker containerYujun Zhang1-1/+0
- 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-7/+5
- 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/+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>