Skip to content

Commit

Permalink
conditionally install tomli and exceptiongroup
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymiz committed Nov 20, 2023
1 parent 78b0ce9 commit 82148e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pytest = "*"
black = "*"
mypy = "*"
setuptools = "*"
tomli = "*"
tomli = {"version"= "*", "markers"= "python_version < '3.10'"}
exceptiongroup = {"version"= "*", "markers"= "python_version < '3.10'"}

[packages]
requests = "*"
Expand Down
7 changes: 5 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82148e1

Please sign in to comment.