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.
19 lines
416 B
19 lines
416 B
[tool.poetry]
|
|
name = "cryptography-s-des-exploring"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["KKlochko <KKlochko@protonmail.com>"]
|
|
readme = "README.md"
|
|
packages = [{include = "cryptography_s_des_exploring"}]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
rich = "^13.6.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pytest = "^7.4.3"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|