Skip to content

Commit

Permalink
Simplify pluggy requirements (drop version specific logic)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowell80 committed Sep 20, 2023
1 parent 9bffe3e commit db01cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
entrypoints
splunk-sdk>=1.7.0
pluggy>=1.2.0,<1.3.0; python_version<'3.8'
pluggy>=1.3.0; python_version>='3.8'
pluggy>=1.2.0
lxml>=4.6.5
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ def get_ver(_allow_git_fetch=True):
],
install_requires=[
"entrypoints",
"pluggy>=1.2.0,<1.3.0; python_version<'3.8'",
"pluggy>=1.3.0; python_version>='3.8'",
"pluggy",
"lxml", # Added as a hard requirement to allow pre-commit to work out of the box
],
# Wacky reason for this explained in ksconf/setup_entrypoints.py
Expand Down

0 comments on commit db01cc8

Please sign in to comment.