diff --git a/pyproject.toml b/pyproject.toml index da96a0b..8ec0bf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ dependencies = [ "blessed", "GeoAlchemy2", "PyYaml", - "psycopg", + "psycopg2", + "requests", "SQLAlchemy", "urllib3", ]