Skip to content

Commit 22d2255

Browse files
author
cortze
committed
fix broken dependencies
1 parent 071a86d commit 22d2255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
requires-python = ">=3.8"
1313
license = {file = "LICENSE"}
1414
dependencies = [
15-
'dotenv',
15+
'python-dotenv',
1616
'unittest',
1717
'psycopg2-binary',
1818
'sqlalchemy',

0 commit comments

Comments
 (0)