PenParse/pyproject.toml

17 lines
341 B
TOML
Raw Normal View History

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 = [
2024-12-08 12:09:48 +00:00
"celery>=5.4.0",
2024-11-23 12:28:00 +00:00
"django>=4.2.16",
"loguru>=0.7.3",
2024-12-07 22:00:29 +00:00
"pillow>=11.0.0",
2024-12-08 16:22:10 +00:00
"pytest-django>=4.9.0",
"pytest-loguru>=0.4.0",
2024-12-08 16:22:10 +00:00
"pytest>=8.3.4",
"requests>=2.32.3",
2024-11-23 12:28:00 +00:00
]