mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Remove hashlib dependency (it's a stdlib package)
This commit is contained in:
parent
2bae454727
commit
26be90544e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(
|
||||||
|
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
scripts = ['jrnl.py'],
|
scripts = ['jrnl.py'],
|
||||||
install_requires = ["parsedatetime", "pycrypto", "hashlib", "simplejson"],
|
install_requires = ["parsedatetime", "pycrypto", "simplejson"],
|
||||||
package_data={'': ['*.md']},
|
package_data={'': ['*.md']},
|
||||||
long_description=__doc__,
|
long_description=__doc__,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue