Skip to content

Commit

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

[packages]
requests = "*"
Expand Down

0 comments on commit 1015912

Please sign in to comment.