diff options
| author | Val Neekman <un33kvu@gmail.com> | 2019-03-03 12:40:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-03 12:40:56 -0500 |
| commit | b8be7d69119dcceb9a3e0ce64a509415737190ac (patch) | |
| tree | 33d4a7f7bc921c33ccd521951881e2efb89dea26 /requirements_alt.txt | |
| parent | 1340320455f7201117ac3970c0facf5d1e0f8767 (diff) | |
| download | python-slugify-3.0.0.tar.gz | |
Promote text-unidecode to primary decoding api (#73)3.0.0
* enable raw re pattern
* conditional text_unidecode install
* update readme, changelog, manifest
* update ci
* readme
* drop test for py 2.6 and 3.3
* clean up readme
* readme
* add support user-specific replacements (#66)
thx
* clean up, up version
* add text-unidecode option as extra
* Upgrade Unidecode, add text-unidecode as extra option (#71)
* Add replacements option (#67)
* add text-unidecode option as extra
* remove req.txt files
* Optional Extra Requirements (#72)
* Add replacements option (#67)
* Upgrade Unidecode, add text-unidecode as extra option (#71)
* Add replacements option (#67)
* add text-unidecode option as extra
* remove req.txt files
* use text-unidecode as primary decoding package
* add dev reqs
Diffstat (limited to 'requirements_alt.txt')
| -rw-r--r-- | requirements_alt.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements_alt.txt b/requirements_alt.txt deleted file mode 100644 index 980e50a..0000000 --- a/requirements_alt.txt +++ /dev/null @@ -1 +0,0 @@ -text-unidecode>=1.2
\ No newline at end of file |
