Add cryptography requirement to the setup.py file (#1116)

This commit is contained in:
Jesse Hills 2020-07-10 14:50:19 +12:00 committed by GitHub
parent 417a3cdf51
commit 0e5e559283
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,7 @@ REQUIRES = [
'pytz==2020.1',
'pyserial==3.4',
'ifaddr==0.1.6',
'cryptography==2.9.2',
]
# If you have problems importing platformio and esptool as modules you can set