mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
Using poetry to generate test builds.
This commit is contained in:
parent
cfe3a1325c
commit
6e9dff3c79
5 changed files with 294 additions and 14 deletions
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
|
@ -0,0 +1,21 @@
|
|||
[tool.poetry]
|
||||
name = "stegano"
|
||||
version = "0.9.7"
|
||||
description = "A pure Python Steganography module."
|
||||
authors = ["Cédric Bonhomme <cedric@cedricbonhomme.org>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
pillow = "^6.2.1"
|
||||
piexif = "^1.1.3"
|
||||
crayons = "^0.3.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
mypy = "^0.750"
|
||||
nose = "^1.3.7"
|
||||
flake8 = "^3.7.9"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue