We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8e07c commit 36c60c3Copy full SHA for 36c60c3
1 file changed
pyproject.toml
@@ -1,15 +1,14 @@
1
[project]
2
name = "django-stacktrace"
3
-version = "0.2.1"
4
-description = "Add your description here"
+version = "0.2.2"
+description = "A reusable Django app that captures exceptions with request context and stores them in the database, similar to a lightweight Sentry"
5
readme = "README.md"
6
authors = [
7
{ name = "Marsel Beqiri", email = "marselbeqiri.365@gmail.com" }
8
]
9
requires-python = ">=3.12"
10
dependencies = [
11
- "black>=26.1.0",
12
- "django>=6.0.1",
+ "django>=4.2",
13
14
15
[build-system]
@@ -18,6 +17,7 @@ build-backend = "uv_build"
18
17
19
[dependency-groups]
20
dev = [
+ "black>=26.1.0",
21
"ruff>=0.14.13",
22
23
0 commit comments