Skip to content

Commit

Permalink
Poetry config.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Aug 3, 2024
1 parent 06c4186 commit f38376f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Initialize custom Database clients for direct read/write access."""

from sqlalchemy import create_engine
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import sessionmaker
from sqlalchemy.orm import sessionmaker, declarative_base

from config import Settings, settings

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ homepage = "https://github.com/toddbirchard/ghost-webhook-api/"
repository = "https://github.com/toddbirchard/ghost-webhook-api/"
documentation = "https://github.com/toddbirchard/ghost-webhook-api/blob/master/README.md"
keywords = ["API", "Rest API", "Automation", "FastAPI", "Webhooks"]
package-mode = false

[tool.poetry.dependencies]
python = ">=3.10,<4.0"
Expand Down

0 comments on commit f38376f

Please sign in to comment.