Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Also upgrade setuptools in main app
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 17, 2024
1 parent 3bd9eec commit b4c7ad2
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 515 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ eventlet = "*"
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
kubernetes = "==26.1.0"
pyyaml = "==5.4.1"
setuptools = "==65.5.1"
setuptools = "==70.3.0"
wheel = "*"

[requires]
Expand Down
Loading

0 comments on commit b4c7ad2

Please sign in to comment.