summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 2b71bc5845d24dcc9f870538f66a64d3e7cc4f5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[project]
name = "viewstate"
version = "0.7.0"
description = "ASP.NET View State Decoder"
authors = ["Yuval Adam <_@yuv.al>"]
license = "MIT"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = []

[dependency-groups]
dev = [
    "pytest>=8.3.5",
    "ruff>=0.11.8",
]