Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jun 30, 2024
1 parent 02f0dee commit abadaa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ dynamic = [
"version",
]
dependencies = [
"cffi>=v1.17.0rc1", # remove this once v1.17.0 is out (see #127)
"click>=6",
"gidgethub",
"requests",
# the cffi dep is needed for 3.13, but only a compatible rc is available
"cffi>=v1.17.0rc1", # remove this once v1.17.0 is out
'tomli>=1.1; python_version < "3.11"',
]
[project.optional-dependencies]
Expand Down

0 comments on commit abadaa6

Please sign in to comment.