This commit is contained in:
LunaChocken
2026-01-04 14:06:54 +00:00
commit 6e68fcf0cb
15 changed files with 471 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "epicgamesranking"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cachier>=4.1.0",
"pandas>=2.3.3",
"python-dotenv>=1.2.1",
]