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

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