Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove dependency on fuzzy; use jellyfish | Martin Czygan | 2021-09-13 | 1 | -299/+281 |
| | |||||
* | rebuild Pipefile.lock, for 'fuzzy' dep | Bryan Newbold | 2021-05-31 | 1 | -75/+101 |
| | | | | | | | | | | Somehow the 'fuzzy' library was marked in the lockfile as a local, editable dependency (like fuzzycat itself). Deleted the lockfile and re-build (pipenv lock) to indicate that it should be an actual pypi library. This also bumps all dependency versions, but that seems safe at the moment. | ||||
* | update lock file | Martin Czygan | 2021-04-17 | 1 | -156/+184 |
| | |||||
* | upgrade to python3.8 | Bryan Newbold | 2021-04-13 | 1 | -2/+2 |
| | |||||
* | Bump urllib3 from 1.26.3 to 1.26.4 | dependabot[bot] | 2021-04-12 | 1 | -200/+203 |
| | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.4) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Bump cryptography from 3.3.1 to 3.3.2 | dependabot[bot] | 2021-02-11 | 1 | -58/+28 |
| | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2) Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | try out xar | Martin Czygan | 2021-02-02 | 1 | -1/+9 |
| | |||||
* | update/cleanup lockfile | Martin Czygan | 2021-02-02 | 1 | -6/+6 |
| | |||||
* | add zstandard dep | Martin Czygan | 2021-02-02 | 1 | -93/+153 |
| | |||||
* | add missing dependency | Martin Czygan | 2021-01-12 | 1 | -64/+110 |
| | |||||
* | add dynaconf dep | Martin Czygan | 2020-12-23 | 1 | -54/+102 |
| | |||||
* | cleanup deps | Martin Czygan | 2020-12-16 | 1 | -327/+112 |
| | |||||
* | update pipfile | Martin Czygan | 2020-12-16 | 1 | -259/+7 |
| | |||||
* | include matching (stub) | Martin Czygan | 2020-12-15 | 1 | -221/+280 |
| | |||||
* | try out glom | Martin Czygan | 2020-11-26 | 1 | -15/+37 |
| | |||||
* | drop es dep | Martin Czygan | 2020-11-25 | 1 | -16/+0 |
| | |||||
* | add pytest-cov | Martin Czygan | 2020-11-25 | 1 | -97/+210 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-14 | 1 | -50/+68 |
| | |||||
* | update deps | Martin Czygan | 2020-11-12 | 1 | -139/+138 |
| | |||||
* | update deps | Martin Czygan | 2020-11-07 | 1 | -1/+322 |
| | |||||
* | update pipfile | Martin Czygan | 2020-11-06 | 1 | -6/+76 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-05 | 1 | -54/+217 |
| | |||||
* | add pydantic dependency | Martin Czygan | 2020-11-05 | 1 | -6/+14 |
| | |||||
* | update deps | Martin Czygan | 2020-11-05 | 1 | -6/+102 |
| | |||||
* | update Pipfile | Martin Czygan | 2020-11-03 | 1 | -1/+34 |
| | |||||
* | include fuzzycat in Pipfile | Martin Czygan | 2020-11-02 | 1 | -1/+42 |
| | | | | > https://stackoverflow.com/q/50205311/89391 | ||||
* | v0.1.4 | Martin Czygan | 2020-11-02 | 1 | -1/+115 |
| | |||||
* | update deps | Martin Czygan | 2020-11-02 | 1 | -1/+8 |
| | |||||
* | update pipfile | Martin Czygan | 2020-11-02 | 1 | -2/+124 |
| | |||||
* | minimal runnable file, based on python 3.5 | Martin Czygan | 2020-10-31 | 1 | -342/+10 |
| | |||||
* | let make deps pipenv install use pre releases | Martin Czygan | 2020-08-12 | 1 | -1/+352 |
| | | | | | The problem appeared as black seems to be a pre-release, cf. https://github.com/microsoft/vscode-python/issues/5171. | ||||
* | basic scaffolding | Martin Czygan | 2020-08-12 | 1 | -0/+25 |