This website requires JavaScript.
Explore
Help
Sign In
smartup-zero
/
1_general_forum
Watch
1
Star
1
Fork
You've already forked 1_general_forum
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d54a72abb
1_general_forum
/
clevercloud
/
python.json
8 lines
117 B
JSON
Raw
Normal View
History
Unescape
Escape
Specify Python version 3.11 for Clever Cloud
2025-07-04 20:40:25 +00:00
{
Use start.sh + python.json, remove uWSGI
2025-07-04 21:39:56 +00:00
"runtime"
:
"3.13"
,
"deploy"
:
{
"build"
:
"pip install -r requirements.txt"
,
"start"
:
"./start.sh"
Specify Python version 3.11 for Clever Cloud
2025-07-04 20:40:25 +00:00
}
}