inital commit

This commit is contained in:
2026-05-02 10:11:01 +09:00
commit 1de4c6616d
12 changed files with 1088 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "ai-hades"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiosqlite>=0.22.1",
"apscheduler>=3.11.2",
"discord-py>=2.7.1",
"notion-client>=3.0.0",
"python-dotenv>=1.2.2",
]