Skip to content

Commit

Permalink
fix: Try downgrading greenlet
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Aug 11, 2023
1 parent d549cfd commit 44c8898
Show file tree
Hide file tree
Showing 2 changed files with 311 additions and 146 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ eventlet = "*"
docker = "<6"
wheel = "*"
importlib-metadata = "<5" # Using version 5 causes an issue when trying to run pytest. Not sure why, linked to: https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean
greenlet = "==2.0.2"

[requires]
python_version = "3.8"
Expand Down
Loading

0 comments on commit 44c8898

Please sign in to comment.