Improved error handling

This commit is contained in:
Mark Qvist 2022-05-17 13:25:00 +02:00
parent 323241a4b8
commit ece55d10d6
2 changed files with 17 additions and 8 deletions

View file

@ -18,6 +18,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['rns>=0.3.4'],
install_requires=['rns>=0.3.6'],
python_requires='>=3.6',
)