change in pathlib

This commit is contained in:
shikhar.s 2019-07-04 21:18:43 +05:30
parent 934c6ce978
commit 44d849263d
2 changed files with 1 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -36,7 +36,6 @@ pipeline {
virtualenv venv
#. venv/bin/activate
export PATH=${VIRTUAL_ENV}/bin:${PATH}
pip install --upgrade pip
pip install -r requirements.txt -r dev-requirements.txt
make -f Makefile clean
"""

View File

@ -2,7 +2,7 @@ python_prctl
psutil
pycrypto
python-git
pathlib
pathlib2
python-msgpack
python-qt4
pyOpenSSL