blob: 3cc5788a8a506d2b886f9bfb5d3b2e4a5243340b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[tool.poetry]
name = "viewstate"
version = "0.6.0"
description = "ASP.NET View State Decoder"
authors = ["Yuval Adam <_@yuv.al>"]
license = "MIT"
readme = "README.rst"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.group.dev.dependencies]
pytest = "^8.2.1"
ruff = "^0.4.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|