mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 11:16:14 +02:00
fix for the UTF-8 characters in the README.
This commit is contained in:
parent
3752660742
commit
a3f02db66c
3 changed files with 11 additions and 274 deletions
7
Pipfile
7
Pipfile
|
@ -6,20 +6,23 @@ name = "pypi"
|
|||
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = "3.6"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
Pillow = "*"
|
||||
pillow = "*"
|
||||
piexif = "*"
|
||||
crayons = "*"
|
||||
white = "*"
|
||||
black = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
||||
twine = "*"
|
||||
pep8 = "*"
|
||||
"pep8" = "*"
|
||||
coverage = "*"
|
||||
coveralls = "*"
|
||||
mypy = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue