aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: ff68c34e2cc4346b671e35242f2c1621c4982544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tool.poetry]
name = "alphanum"
version = "0.1.0"
description = "Generates random alphanumeric strings."
authors = ["Cody Logan <clpo13@gmail.com>"]

[tool.poetry.dependencies]
python = "^3.6"

[tool.poetry.dev-dependencies]
pytest = "^5.2"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"