2024-11-23 12:28:00 +00:00
|
|
|
[project]
|
|
|
|
name = "penparse"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
requires-python = ">=3.9"
|
|
|
|
dependencies = [
|
|
|
|
"django>=4.2.16",
|
2024-12-07 22:00:29 +00:00
|
|
|
"pillow>=11.0.0",
|
2024-11-23 12:28:00 +00:00
|
|
|
]
|