diff --git a/pipenv/patched/patched.txt b/pipenv/patched/patched.txt index 0412b0e0..89db0f9d 100644 --- a/pipenv/patched/patched.txt +++ b/pipenv/patched/patched.txt @@ -1,8 +1,8 @@ safety git+https://github.com/jumpscale7/python-consistent-toml.git#egg=contoml crayons==0.1.2 -pew==1.1.0 +pew==1.1.5 pipfile==0.0.2 -pip-tools==1.10.1 +pip-tools==2.0.1 prettytoml==0.3 -pip==9.0.1 +pip==9.0.3 diff --git a/tasks/vendoring/patches/pew_psutil.patch b/tasks/vendoring/patches/pew_psutil.patch index 5c61b4a1..e596e650 100644 --- a/tasks/vendoring/patches/pew_psutil.patch +++ b/tasks/vendoring/patches/pew_psutil.patch @@ -1,3 +1,13 @@ +diff --git a/pipenv/patched/pew/__main__.py b/pipenv/patched/pew/__main__.py +new file mode 100644 +index 0000000..2267b8d +--- /dev/null ++++ b/pipenv/patched/pew/__main__.py +@@ -0,0 +1,4 @@ ++from . import pew ++ ++if __name__ == '__main__': ++ pew.pew.pew() diff --git a/pipenv/patched/pew/_win_utils.py b/pipenv/patched/pew/_win_utils.py new file mode 100644 index 0000000..8ab7a0b