Skip to content

Commit

Permalink
fix: résout un problème de dépendance de dev avec python3.10
Browse files Browse the repository at this point in the history
on pourra supprimer exceptiongroup quand le projet sera en python3.11
  • Loading branch information
emillumine committed Oct 6, 2023
1 parent ca736bd commit 2a25eba
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 44 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pytest-mock = "*"
freezegun = "*"
pre-commit = "*"
honcho = "*"
exceptiongroup = {version = "*", markers="python_version < '3.11'"}

[requires]
python_version = "3.10"
91 changes: 47 additions & 44 deletions Pipfile.lock

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

0 comments on commit 2a25eba

Please sign in to comment.