20 lines
427 B
TOML
20 lines
427 B
TOML
[project]
|
|
name = "penparse"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"celery>=5.4.0",
|
|
"django-markdown-deux>=1.0.6",
|
|
"django>=4.2.16",
|
|
"litellm>=1.54.1",
|
|
"loguru>=0.7.3",
|
|
"pillow>=11.0.0",
|
|
"pytest-django>=4.9.0",
|
|
"pytest-loguru>=0.4.0",
|
|
"pytest>=8.3.4",
|
|
"python-dotenv>=1.0.1",
|
|
"requests>=2.32.3",
|
|
]
|