-
Notifications
You must be signed in to change notification settings - Fork 521
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go back to using
python
instead of python3
and bump Python depend…
…ency versions (#4223)
- Loading branch information
1 parent
b41e25d
commit 7b57512
Showing
5 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file | ||
{{#if (eq platform 'Python: Django')}} | ||
django==4.1.5 | ||
django==5.0.1 | ||
{{/if}} | ||
{{#if (eq platform 'Python: FastAPI')}} | ||
fastapi[all]==0.89.0 | ||
uvicorn[standard]==0.20.0 | ||
fastapi[all]==0.109.0 | ||
uvicorn[standard]==0.27.0 | ||
{{/if}} | ||
{{#if (eq platform 'Python: Flask')}} | ||
flask==3.0.0 | ||
flask==3.0.1 | ||
{{/if}} | ||
{{#unless (eq platform 'Python: General')}} | ||
gunicorn==20.1.0 | ||
gunicorn==21.2.0 | ||
{{/unless}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters