docs: 📜 Small Updates in prep

This commit is contained in:
2025-09-02 18:45:00 +01:00
parent 17f33dfdd8
commit f8816b1da6
4 changed files with 162 additions and 94 deletions
+5 -1
View File
@@ -4,4 +4,8 @@ version = "0.1.0"
description = "Devin is your very own AI command centre"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["rich>=14.1.0"]
dependencies = [
"pytest>=8.4.1",
"rich>=14.1.0",
"ruff>=0.12.11",
]