blob: 34f04e299de1340620f343dffe557f36041c66ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|