Skip to content

Commit

Permalink
Merge pull request #15 from jedie/req_update_20230611-15
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
jedie committed Jun 11, 2023
2 parents 030f951 + 28764ef commit fc94788
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,10 @@ dev = [
"darker[flynt, isort, color]",

"tomli", # https://github.com/hukkin/tomli
# tomli only needed for Python <3.11, but see bug:
# https://github.com/pypa/pip/issues/9644#issuecomment-1456583402
#"tomli;python_version<\"3.11\"", # https://github.com/hukkin/tomli

# Work-a-round for:
# https://github.com/jazzband/pip-tools/issues/994#issuecomment-1321226661
"typing-extensions>=3.10;python_version<\"3.10\"",
#
# tomli only needed for Python <3.11, but see pip bug:
# https://github.com/pypa/pip/issues/9644 / https://github.com/jazzband/pip-tools/issues/1866
#'tomli;python_version<"3.11"', # https://github.com/hukkin/tomli
]

[project.urls]
Expand Down

0 comments on commit fc94788

Please sign in to comment.