Skip to content

Commit

Permalink
Merge pull request #156 from edgarrmondragon/remove-pip-dep
Browse files Browse the repository at this point in the history
Remove runtime dependency on pip
  • Loading branch information
danthedeckie authored Oct 31, 2024
2 parents 5663fc2 + 2915217 commit 4552e24
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python",
]
dependencies = [
"pip>=24.2",
]
dependencies = []

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

0 comments on commit 4552e24

Please sign in to comment.