Skip to content

Commit b3644e1

Browse files
committed
Add slugify as an extra requirement
1 parent ce1b0d0 commit b3644e1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Syntax](https://docs.python.org/3/library/string.html#format-string-syntax).
88
### Installation
99

1010
``` sourceCode bash
11-
pip install django-dynamic-filenames
11+
pip install django-dynamic-filenames[slugify]
1212
```
1313

1414
### Samples

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ keywords =
2121
django-storages
2222
file
2323

24+
[extras]
25+
slugify =
26+
unicode-slugify
27+
2428
[pbr]
2529
skip_authors = true
2630
skip_changelog = true

0 commit comments

Comments
 (0)