Skip to content

Commit f38376f

Browse files
committed
Poetry config.
1 parent 06c4186 commit f38376f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

database/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""Initialize custom Database clients for direct read/write access."""
22

33
from sqlalchemy import create_engine
4-
from sqlalchemy.ext.declarative import declarative_base
5-
from sqlalchemy.orm import sessionmaker
4+
from sqlalchemy.orm import sessionmaker, declarative_base
65

76
from config import Settings, settings
87

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = "https://github.com/toddbirchard/ghost-webhook-api/"
1010
repository = "https://github.com/toddbirchard/ghost-webhook-api/"
1111
documentation = "https://github.com/toddbirchard/ghost-webhook-api/blob/master/README.md"
1212
keywords = ["API", "Rest API", "Automation", "FastAPI", "Webhooks"]
13+
package-mode = false
1314

1415
[tool.poetry.dependencies]
1516
python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)