Some more implementation, command script, etc

This commit is contained in:
Jamie Hardt
2024-06-24 21:30:38 -07:00
parent 3c746fb3da
commit 458716a0a0
2 changed files with 67 additions and 33 deletions

View File

@@ -8,7 +8,10 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
tqdm = "^4.66.4"
anyreadline = "^0.1.1"
[tool.poetry.scripts]
mfbatch = 'mfbatch.__main__:main'
[build-system]
requires = ["poetry-core"]