16 lines
369 B
TOML
16 lines
369 B
TOML
[project]
|
|
name = "postgresmanager"
|
|
version = "0.1.0"
|
|
description = "Wrapper library around Psycopg to simplify Postgres DB interaction"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"iniconfig==2.3.0",
|
|
"packaging==25.0",
|
|
"pluggy==1.6.0",
|
|
"psycopg==3.2.11",
|
|
"psycopg-binary==3.2.11",
|
|
"pygments==2.19.2",
|
|
"pytest==8.4.2",
|
|
]
|