add pyproject.toml

This commit is contained in:
Mark Eaton
2025-12-11 15:57:50 -05:00
parent 84ef077058
commit 055dbf3487
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "profile-stats"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.1.1",
"requests>=2.32.4",
]