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:
Sun Knudsen
2019-11-09 09:10:02 -05:00
parent 87270fab97
commit 50add696b0
2 changed files with 45 additions and 29 deletions

View File

@@ -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"