15 lines
294 B
TOML
15 lines
294 B
TOML
[tool.poetry]
|
|
name = "grader"
|
|
version = "0.0.1"
|
|
description = ""
|
|
authors = ["Firepup Sixfifty <firepyp650@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
firepup650 = "^1.0.43"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|