mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 19:26:14 +02:00
Switch to pipenv.
This commit is contained in:
parent
73245e9d2a
commit
db76cfeb73
2 changed files with 115 additions and 0 deletions
16
Pipfile
Normal file
16
Pipfile
Normal file
|
@ -0,0 +1,16 @@
|
|||
[[source]]
|
||||
|
||||
url = "https://pypi.python.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
Pillow = "*"
|
||||
piexif = "*"
|
||||
crayons = "*"
|
||||
|
||||
|
||||
[dev-packages]
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue