added uv and dotenv

This commit is contained in:
2026-05-22 17:01:27 -07:00
parent 362679ff86
commit 5dba7cd2f7
5 changed files with 50 additions and 11 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "roadmap"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dotenv>=0.9.9",
]