mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 13:36:14 +02:00
Port slugify to Python3
This commit is contained in:
parent
1304e5ca82
commit
c3d6a38e45
6 changed files with 16 additions and 7 deletions
1
setup.py
1
setup.py
|
@ -73,7 +73,6 @@ setup(
|
|||
"parsedatetime>=1.1.2",
|
||||
"pytz>=2013b",
|
||||
"tzlocal==1.0",
|
||||
"slugify>=0.0.1",
|
||||
"keyring>=3.3",
|
||||
"python-dateutil>=2.2"
|
||||
] + [p for p, cond in conditional_dependencies.items() if cond],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue