mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-24 04:59:32 +00:00
Replaced pycrypto with pycryptodome
The pycrypto project is no longer maintained and causes install errors on macOS Mojave / Python 3.7.
This commit is contained in:
9
Pipfile
9
Pipfile
@@ -1,23 +1,16 @@
|
||||
[[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"
|
||||
pycrypto = "==2.6.1"
|
||||
pyqrcode = "==1.2.1"
|
||||
|
||||
pycryptodome = "==3.9.1"
|
||||
|
||||
[requires]
|
||||
|
||||
python_version = "3.6"
|
||||
|
||||
Reference in New Issue
Block a user