mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user