diff --git a/pyproject.toml b/pyproject.toml index a7764aa..0dfc69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,9 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "appdirs", - "sqlalchemy", - "records", "docopt", "rich", "prompt_toolkit", - "pydantic", "xerox", "simplemind" ]