Skip to content

Commit

Permalink
Minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Belyakov committed Jul 7, 2020
1 parent 9b6043a commit d79f634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shiftschema/filters/slugify.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(
stopwords=(),
regex_pattern=None,
lowercase=True,
replacements=(),
replacements=()
):
"""
Initialise filter
Expand Down
9 changes: 5 additions & 4 deletions travis/reqs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
bleach==2.1.3
bleach>=3.1.5,<4.0.0
python-slugify>=4.0.1,<5.0.0

nose==1.3.4
rednose==0.4.1
coveralls==0.5
rednose==1.3.0
nose==1.3.7
coveralls>=2.1.0,<3.0.0

0 comments on commit d79f634

Please sign in to comment.