Skip to content

Commit aa71af3

Browse files
authored
Removes psycopg2 dependency from pyproject.toml (#78)
* chore: Removes psycopg2 dependency, fixes #77 * chore: update poertry.lock
1 parent 75b4bbe commit aa71af3

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

poetry.lock

Lines changed: 1 addition & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ classifiers = [
3030
'Programming Language :: Python :: 3.11',
3131
'Programming Language :: Python :: 3.12',
3232
'Framework :: Django',
33+
'Framework :: Django :: 5',
34+
'Framework :: Django :: 5.0',
3335
'Framework :: Django :: 4',
3436
'Framework :: Django :: 4.0',
3537
'Framework :: Django :: 4.1',
@@ -51,7 +53,6 @@ croniter = "^2.0.1"
5153
click = "^8.1"
5254
rq = "^1.15"
5355
pyyaml = { version = "^6.0", optional = true }
54-
psycopg2 = "^2.9.9"
5556

5657
[tool.poetry.dev-dependencies]
5758
poetry = "^1.7.1"

0 commit comments

Comments
 (0)