Skip to content

Commit 950410d

Browse files
authored
Remove "pip" as explicit dependency (#2642)
It looks like this was done to work around a bug in an old pip version years ago. It caused problems when freezing dependencies which unnecessarily forced pip to the version used at freeze time when installing again. Fixes #2625
1 parent c2cb579 commit 950410d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ intervaltree
77
isort
88
mako>=1.0.0
99
paramiko>=1.15.2
10-
pip>=6.0.8
1110
pyelftools>=0.32
1211
pygments>=2.0
1312
pypandoc

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies = [
4040
"ropgadget>=5.3",
4141
"pyserial>=2.7",
4242
"requests>=2.0",
43-
"pip>=6.0.8",
4443
"pygments>=2.0",
4544
"pysocks",
4645
"python-dateutil",

0 commit comments

Comments
 (0)