Skip to content

Commit

Permalink
Clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 24, 2024
1 parent 5191b94 commit adb757b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

keywords = [
Expand Down Expand Up @@ -48,7 +49,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.8"
psycopg2 = "^2.9.9"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit adb757b

Please sign in to comment.