Skip to content

Commit 3b5caca

Browse files
committed
Update Twisted requirement
It seems the change in 8450d79 crossed paths with the initial addition of dependencies to pyproject.toml, so this just updates pyproject.toml to be in line.
1 parent 1f004c2 commit 3b5caca

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
@@ -20,7 +20,7 @@ dependencies = [
2020
"psycopg2==2.9.9",
2121
"IPy==1.01",
2222
"pyaml",
23-
"twisted>=23.8.0,<24.0",
23+
"twisted>=24.7",
2424
"networkx==2.6.3",
2525
"Pillow>3.3.2",
2626
"qrcode>7.4",

0 commit comments

Comments
 (0)