Files
decrypt-otpauth-files/Pipfile
Sun Knudsen 50add696b0 Replaced pycrypto with pycryptodome
The pycrypto project is no longer maintained and causes install errors on macOS Mojave / Python 3.7.
2019-11-09 09:10:02 -05:00

17 lines
249 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
[packages]
rncryptor = "==3.2.0"
bpylist = "==0.1.4"
click = "==6.7"
pyqrcode = "==1.2.1"
pycryptodome = "==3.9.1"
[requires]
python_version = "3.6"