Initial commit

This commit is contained in:
2025-10-07 08:39:41 -05:00
commit 09ee6feaed
15 changed files with 461 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "nethackrc"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"argparse>=1.4.0",
"jinja2>=3.1.6",
"pyquery>=2.0.1",
"python-dotenv>=1.1.1",
"requests>=2.32.5",
]