Change package.json to use poetry. Update to run successfully

This commit is contained in:
Joey Yakimowich-Payne 2023-08-09 11:15:15 -06:00
commit 63f0e82217
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
4 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,7 @@
from db.engine import engine
from fastapi import FastAPI
from api.db.engine import engine
app = FastAPI()