mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
[Requirements] Added slugify to the requirements and setup.py
Signed-off-by: Aniket Pant <me@aniketpant.com>
This commit is contained in:
parent
ef00e6adf3
commit
912175f601
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
clint >= 0.3.1
|
||||
parsedatetime == 1.1.2
|
||||
slugify==0.0.1
|
||||
|
|
2
setup.py
2
setup.py
|
@ -56,7 +56,7 @@ setup(
|
|||
version = "1.0.1",
|
||||
description = "A command line journal application that stores your journal in a plain text file",
|
||||
packages = ['jrnl'],
|
||||
install_requires = ["parsedatetime >= 1.1.2"],
|
||||
install_requires = ["parsedatetime >= 1.1.2", "slugify >= 0.0.1"],
|
||||
extras_require = {
|
||||
'encryption': ["pycrypto"],
|
||||
'highlight': ["clint"]
|
||||
|
|
Loading…
Add table
Reference in a new issue