Awesome-Python-Scripts/file-encrypt-decrypt/Pipfile
Adi 🧙 63cb0ba71b adding a command line python script which:
* encrypts a given file
* decrypts it back to original
* updating main readme
2019-10-04 23:12:29 -07:00

14 lines
170 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
cryptography = "*"
pytest = "*"
[requires]
python_version = "3.7"