Skip to content

Commit

Permalink
Lower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rindPHI committed Jan 11, 2022
1 parent 492486e commit 0bdc74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
attrs>=21.2.0
iniconfig>=1.1.1
packaging>=21.3
packaging>=21.0
pluggy>=1.0.0
py>=1.11.0
pyparsing>=2.4.7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
install_requires=[
"attrs>=21.2.0",
"iniconfig>=1.1.1",
"packaging>=21.3",
"packaging>=21.0",
"pluggy>=1.0.0",
"py>=1.11.0",
"pyparsing>=2.4.7",
Expand Down

0 comments on commit 0bdc74e

Please sign in to comment.