Skip to content

Commit ccb0547

Browse files
committed
add basic dependencies
1 parent 413f5e1 commit ccb0547

File tree

2 files changed

+303
-1
lines changed

2 files changed

+303
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12,<3.13"
7-
dependencies = []
7+
dependencies = [
8+
"discord-py>=2.4.0",
9+
"django>=5.1.4",
10+
"django-tasks>=0.6.1",
11+
"psycopg>=3.2.3",
12+
]

0 commit comments

Comments
 (0)