Skip to content

Commit

Permalink
fix: remove psycopg2 dependency (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
faradox committed Dec 8, 2023
1 parent b9d1694 commit ebd4a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ tinytag = "^1.8"

# linting and tests
alembic = { version = "^1.12.0", optional = true }
psycopg2 = { version = "^2.9.9", optional = true }
black = { version = "^23.1.0", optional = true }
coverage = { version = "^7.3.2", optional = true}
freezegun = { version = "^1.2.2", optional = true }
Expand Down

0 comments on commit ebd4a23

Please sign in to comment.