A service to replicate and serve requests for site configurations based on site ID, public IP, and the on-site lead contact's OTP.
Révision | 7ac36aa16da913a973dd3f4d833008fcbc921c09 (tree) |
---|---|
l'heure | 2021-10-16 02:08:09 |
Auteur | ![]() |
Commiter | 4E9B58 |
Add production webapp runtime support
@@ -1,3 +1,6 @@ | ||
1 | -fastapi | |
2 | -fastapi_crudrouter | |
3 | -uvicorn | |
\ No newline at end of file | ||
1 | +dnspython | |
2 | +fastapi==0.70 | |
3 | +fastapi_crudrouter==0.8 | |
4 | +gunicorn==20.1 | |
5 | +pymongo | |
6 | +uvicorn[standard] | |
\ No newline at end of file |