mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-01-25 15:22:43 +00:00
* Revert "Revert "ref: migrate to uv (#4061)" (#4094)"
This reverts commit f9c0c31f437d0f75afe62708f18b1c661b4e5a2b.
* fix: provide python version
as per 0958463ee0/action.yml (L5-L7)
20 lines
479 B
TOML
20 lines
479 B
TOML
[project]
|
|
name = "sentry-self-hosted"
|
|
version = "0.1.0"
|
|
description = "Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"beautifulsoup4>=4.7.1",
|
|
"cryptography>=43.0.3",
|
|
"httpx>=0.25.2",
|
|
"pytest>=8.0.0",
|
|
"pytest-cov>=4.1.0",
|
|
"pytest-rerunfailures>=11.0",
|
|
"pytest-sentry>=0.1.11",
|
|
"sentry-sdk>=2.4.0,<3.0.0",
|
|
]
|