Change package.json to use poetry. Update to run successfully
This commit is contained in:
parent
a0110c552e
commit
63f0e82217
4 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from db.engine import engine
|
||||
from fastapi import FastAPI
|
||||
|
||||
from api.db.engine import engine
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue