summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 60b646ab51c787fe2ffb33eb5b2638cbcfe8d9ac (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 = [{name = "Yuval Adam", email = "_@yuv.al"},]
license = "MIT"
readme = "README.rst"
requires-python = ">=3.8"
dependencies = []

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