You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
351 B
17 lines
351 B
[tool.poetry] |
|
name = "passlib-werkzeug" |
|
version = "0.1.0" |
|
description = "" |
|
authors = ["Gergely Polonkai <gergely@polonkai.eu>"] |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.9" |
|
passlib = "^1.7.4" |
|
|
|
[tool.poetry.dev-dependencies] |
|
pytest = "^5.2" |
|
Werkzeug = "^1.0.1" |
|
|
|
[build-system] |
|
requires = ["poetry-core>=1.0.0"] |
|
build-backend = "poetry.core.masonry.api"
|
|
|