feat: add pycryptodome as dependency

master
Vishnunarayan K I 2019-07-12 22:27:29 +05:30
parent 0c5adbcf44
commit 7d3e6aae02
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup(
'cfscrape>=2.0.5',
'requests-cache>=0.4.13',
'tabulate>=0.8.3',
'pycryptodome>=3.8.2',
],
tests_require=[
'pytest',