aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on fuzzy; use jellyfishMartin Czygan2021-09-131-1/+1
|
* upgrade to python3.8Bryan Newbold2021-04-131-1/+1
|
* try out xarMartin Czygan2021-02-021-0/+1
|
* add zstandard depMartin Czygan2021-02-021-0/+1
|
* add missing dependencyMartin Czygan2021-01-121-0/+1
|
* add dynaconf depMartin Czygan2020-12-231-0/+1
|
* update depsMartin Czygan2020-12-161-0/+1
|
* cleanup depsMartin Czygan2020-12-161-9/+10
|
* update pipfileMartin Czygan2020-12-161-2/+0
|
* include matching (stub)Martin Czygan2020-12-151-0/+2
|
* try out glomMartin Czygan2020-11-261-0/+1
|
* add pytest-covMartin Czygan2020-11-251-0/+1
|
* update PipfileMartin Czygan2020-11-141-0/+1
|
* Merge branch 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat ↵Martin Czygan2020-11-121-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | into bnewbold-bnewbold-sandcrawler * 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat: sandcrawler slugify: yet more unicode corner-cases add sandcrawler-style title key method cluster: count empty keys (and don't return them) pipenv: explicit regex dependency gitignore: add .swp (vim) make: run pytest over fuzzycat/ to catch inline tests add support for key denylist
| * pipenv: explicit regex dependencyBryan Newbold2020-11-101-0/+1
| | | | | | | | | | | | | | | | regex, unlike stdlib 're' module, has unicode support. I couldn't get pipenv to lock after adding this dependency, even though Pipfile.lock already includes regex as a sub-dependency of something else.
* | update depsMartin Czygan2020-11-121-3/+0
|/
* update depsMartin Czygan2020-11-071-0/+3
|
* update pipfileMartin Czygan2020-11-061-0/+1
|
* update PipfileMartin Czygan2020-11-051-1/+1
|
* add pydantic dependencyMartin Czygan2020-11-051-0/+2
|
* update depsMartin Czygan2020-11-051-0/+2
|
* add testsMartin Czygan2020-11-051-0/+1
|
* update PipfileMartin Czygan2020-11-031-0/+1
|
* include fuzzycat in PipfileMartin Czygan2020-11-021-0/+1
| | | | > https://stackoverflow.com/q/50205311/89391
* v0.1.4Martin Czygan2020-11-021-0/+1
|
* update depsMartin Czygan2020-11-021-0/+1
|
* update pipfileMartin Czygan2020-11-021-0/+3
|
* minimal runnable file, based on python 3.5Martin Czygan2020-10-311-5/+2
|
* let make deps pipenv install use pre releasesMartin Czygan2020-08-121-1/+4
| | | | | The problem appeared as black seems to be a pre-release, cf. https://github.com/microsoft/vscode-python/issues/5171.
* basic scaffoldingMartin Czygan2020-08-121-0/+12