PenParse/pyproject.toml

24 lines
543 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-12-18 21:35:31 +00:00
"django-filter>=24.3",
2024-12-10 12:04:26 +00:00
"django-markdown-deux>=1.0.6",
2024-12-10 16:05:24 +00:00
"django-markdownify>=0.9.5",
2024-11-23 12:28:00 +00:00
"django>=4.2.16",
2024-12-18 21:35:31 +00:00
"djangorestframework>=3.15.2",
2024-12-10 12:04:26 +00:00
"litellm>=1.54.1",
"loguru>=0.7.3",
2024-12-15 06:35:39 +00:00
"markdown>=3.7",
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",
2024-12-10 12:04:26 +00:00
"python-dotenv>=1.0.1",
2024-12-08 16:22:10 +00:00
"requests>=2.32.3",
2024-11-23 12:28:00 +00:00
]