mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
switching out requirements
This commit is contained in:
parent
001eddef2e
commit
3baa8a5ca6
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ cffi==1.15.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
cryptography==37.0.4
|
cryptography==37.0.4
|
||||||
ecdsa==0.18.0
|
ecdsa==0.18.0
|
||||||
|
epc-api-python==1.0.2
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.2
|
||||||
fastapi==0.99.1
|
fastapi==0.99.1
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ custom:
|
||||||
dockerFile: backend/docker/Dockerfile
|
dockerFile: backend/docker/Dockerfile
|
||||||
useDocker: true
|
useDocker: true
|
||||||
dockerSsh: true
|
dockerSsh: true
|
||||||
fileName: serverless_requirements.txt
|
fileName: backend/requirements/base.txt
|
||||||
dockerBuildCmdExtraArgs:
|
dockerBuildCmdExtraArgs:
|
||||||
- '--progress=plain'
|
- '--progress=plain'
|
||||||
customDomain:
|
customDomain:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue