Added cryptography as a dependency

This commit is contained in:
Brikwerk 2021-09-22 23:39:53 -07:00
commit c07aba0d10

View file

@ -12,6 +12,7 @@ setup(
"blessed==1.17.10",
"pynput==1.7.1",
"psutil==5.6.6",
"cryptography==3.0",
],
extra_require={
"dev": [