mirror of
https://github.com/ihaveamac/ninfs.git
synced 2025-06-18 17:05:32 -04:00
require pyctr 0.7.x
This commit is contained in:
parent
ef0bb45522
commit
b4f3909202
@ -1,4 +1,4 @@
|
|||||||
pyctr>=0.5.1,<0.7
|
pyctr>=0.5.1,<0.8
|
||||||
haccrypto>=0.1
|
haccrypto>=0.1
|
||||||
pycryptodomex>=3.9,<4
|
pycryptodomex>=3.9,<4
|
||||||
pypng>=0.0.21
|
pypng>=0.0.21
|
||||||
|
2
setup.py
2
setup.py
@ -39,7 +39,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.10',
|
||||||
'Programming Language :: Python :: 3.11',
|
'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',
|
python_requires='>=3.8.0',
|
||||||
# fusepy should be added here once the main repo has a new release with Windows support.
|
# fusepy should be added here once the main repo has a new release with Windows support.
|
||||||
entry_points={'gui_scripts': ['ninfsw = ninfs.main:gui'],
|
entry_points={'gui_scripts': ['ninfsw = ninfs.main:gui'],
|
||||||
|
Loading…
Reference in New Issue
Block a user