Update dependencies

This commit is contained in:
Mark Qvist 2022-06-17 14:36:37 +02:00
parent e5204423b0
commit 5bb187a502

View File

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