Skip to content

Commit

Permalink
fix dependency resolution errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhymiz committed Nov 20, 2023
1 parent 1015912 commit e268ff5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: build

on:
push:
branches: [ master ]
Expand Down
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 = "*"
exceptiongroup = "{version="*", markers="python_version < '3.10'"}"

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

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

0 comments on commit e268ff5

Please sign in to comment.