Skip to content

Commit 4552e24

Browse files
authored
Merge pull request #156 from edgarrmondragon/remove-pip-dep
Remove runtime dependency on pip
2 parents 5663fc2 + 2915217 commit 4552e24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ classifiers = [
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
"Programming Language :: Python",
2424
]
25-
dependencies = [
26-
"pip>=24.2",
27-
]
25+
dependencies = []
2826

2927
[project.urls]
3028
"Source code" = "https://github.com/danthedeckie/simpleeval"

0 commit comments

Comments
 (0)