Skip to content

Commit

Permalink
Merge pull request #20 from ericsonj/develop
Browse files Browse the repository at this point in the history
hotfix remove hashlib from instal requires, manual installation
  • Loading branch information
ericsonj committed Apr 17, 2022
2 parents a432021 + e678069 commit 25b651d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
package_data={'': ['*.glade', '*.tar.gz']},
install_requires=[
'prompt_toolkit',
'hashlib',
'pathlib'
'pathlib',
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 25b651d

Please sign in to comment.