maze-generator / pyproject.toml
utarn's picture
Update project dependencies and configuration
c68439e
[project]
name = "maze-generator"
version = "0.1.0"
description = "A Gradio web interface that generates custom maze PDFs"
readme = "README.md"
requires-python = ">=3.12"
license = {text = "MIT"}
authors = [
{name = "Maze Generator"}
]
keywords = ["maze", "generator", "gradio", "pdf"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Topic :: Multimedia :: Graphics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"gradio==5.46.1",
"huggingface-hub==0.34.4",
"pandas==2.2.2",
"pypdf==3.17.4",
"requests==2.32.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.urls]
Repository = "https://huggingface.co/spaces/your-username/maze-generator"
"Bug Tracker" = "https://huggingface.co/spaces/your-username/maze-generator/discussions"