File size: 1,061 Bytes
c68439e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[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"