Skip to content

Commit

Permalink
bump pyctr to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Oct 24, 2020
1 parent 740ea81 commit 7594d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyctr==0.4.4
pyctr==0.4.5
haccrypto==0.1.0
pycryptodomex==3.9.8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
install_requires=['pycryptodomex==3.9.8', 'pyctr==0.4.4', 'haccrypto==0.1.0'],
install_requires=['pycryptodomex==3.9.8', 'pyctr==0.4.5', 'haccrypto==0.1.0'],
python_requires='>=3.6.1',
# fusepy should be added here once the main repo has a new release with Windows support.
entry_points={'gui_scripts': ['ninfsw = ninfs.main:gui'],
Expand Down

0 comments on commit 7594d4b

Please sign in to comment.