Commit Inicial
This commit is contained in:
commit
0f47953453
24 changed files with 1366 additions and 0 deletions
7
requirements.txt
Normal file
7
requirements.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Dependencias de runtime da API (espelham o [project.dependencies] do pyproject.toml)
|
||||
# Usado pelo Dockerfile para evitar o build do pacote (que dependeria de README.md)
|
||||
fastapi>=0.115
|
||||
uvicorn[standard]>=0.34
|
||||
pydantic>=2.0
|
||||
httpx>=0.27
|
||||
oracledb>=2.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue