Files
decomp.me/backend/pyproject.toml
Ethan Roseman 50a2b836b9 Migrate from poetry/black to uv/ruff (#1673)
* Migrate from poetry/black to uv/ruff

* fixes

* path change

* path pt 2

* ah

* mkst tweaks (#1674)

* mkst tweaks

* tweaks++

* doh

* tweak harder

---------

Co-authored-by: Mark Street <22226349+mkst@users.noreply.github.com>
2025-09-22 19:23:55 +09:00

57 lines
1.3 KiB
TOML

[project]
name = "backend"
version = "0.1.0"
description = ""
authors = [
{name = "Decomp.me team"}
]
license = {text = "MIT"}
requires-python = ">=3.10"
dependencies = [
"django-cors-headers>=4.6.0",
"django-environ>=0.11.2",
"django-filter>=24.3",
"djangorestframework>=3.15.2",
"psycopg2-binary>=2.9.10",
"jwt>=1.3.1",
"PyGithub>=2.5.0",
"drf-extensions>=0.7.1",
"tzdata==2024.2",
"Pillow==11.0",
"html-json-forms>=1.1.1",
"django-resized>=1.0.3",
"django-cleanup>=9.0.0",
"m2c @ git+https://github.com/matt-kempster/m2c.git",
"asm-differ @ git+https://github.com/simonlindholm/asm-differ.git",
"sentry-sdk>=2.19.0",
"django-session-timeout>=0.1.0",
"django>=5.1.3",
"requests>=2.32.3",
"setuptools>=75.6.0",
"debugpy>=1.8.13",
"gunicorn>=23.0.0",
]
[dependency-groups]
dev = [
"ruff>=0.8.0",
"usort>=1.0.8",
"django-stubs-ext>=5.1.1",
"django-stubs>=5.1.1",
"djangorestframework-stubs>=3.15.1",
"types-requests>=2.32.0.20241016",
"parameterized>=0.9.0",
"mypy>=1.13.0",
"responses==0.25.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["coreapp", "decompme"]