require pyctr 0.7.x

This commit is contained in:
ihaveahax 2023-11-06 18:05:54 -06:00
parent ef0bb45522
commit b4f3909202
No known key found for this signature in database
GPG Key ID: 90725113CA578EAA
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pyctr>=0.5.1,<0.7
pyctr>=0.5.1,<0.8
haccrypto>=0.1
pycryptodomex>=3.9,<4
pypng>=0.0.21

View File

@ -39,7 +39,7 @@ setup(
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
install_requires=['pycryptodomex>=3.9,<4', 'pyctr>=0.5.1,<0.7', 'haccrypto>=0.1', 'pypng>=0.0.21'],
install_requires=['pycryptodomex>=3.9,<4', 'pyctr>=0.7,<0.8', 'haccrypto>=0.1', 'pypng>=0.0.21'],
python_requires='>=3.8.0',
# fusepy should be added here once the main repo has a new release with Windows support.
entry_points={'gui_scripts': ['ninfsw = ninfs.main:gui'],