aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* rebuild Pipefile.lock, for 'fuzzy' depBryan Newbold2021-05-311-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 fileMartin Czygan2021-04-171-156/+184
|
* upgrade to python3.8Bryan Newbold2021-04-131-2/+2
|
* Bump urllib3 from 1.26.3 to 1.26.4dependabot[bot]2021-04-121-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.2dependabot[bot]2021-02-111-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 xarMartin Czygan2021-02-021-1/+9
|
* update/cleanup lockfileMartin Czygan2021-02-021-6/+6
|
* add zstandard depMartin Czygan2021-02-021-93/+153
|
* add missing dependencyMartin Czygan2021-01-121-64/+110
|
* add dynaconf depMartin Czygan2020-12-231-54/+102
|
* cleanup depsMartin Czygan2020-12-161-327/+112
|
* update pipfileMartin Czygan2020-12-161-259/+7
|
* include matching (stub)Martin Czygan2020-12-151-221/+280
|
* try out glomMartin Czygan2020-11-261-15/+37
|
* drop es depMartin Czygan2020-11-251-16/+0
|
* add pytest-covMartin Czygan2020-11-251-97/+210
|
* update PipfileMartin Czygan2020-11-141-50/+68
|
* update depsMartin Czygan2020-11-121-139/+138
|
* update depsMartin Czygan2020-11-071-1/+322
|
* update pipfileMartin Czygan2020-11-061-6/+76
|
* update PipfileMartin Czygan2020-11-051-54/+217
|
* add pydantic dependencyMartin Czygan2020-11-051-6/+14
|
* update depsMartin Czygan2020-11-051-6/+102
|
* update PipfileMartin Czygan2020-11-031-1/+34
|
* include fuzzycat in PipfileMartin Czygan2020-11-021-1/+42
| | | | > https://stackoverflow.com/q/50205311/89391
* v0.1.4Martin Czygan2020-11-021-1/+115
|
* update depsMartin Czygan2020-11-021-1/+8
|
* update pipfileMartin Czygan2020-11-021-2/+124
|
* minimal runnable file, based on python 3.5Martin Czygan2020-10-311-342/+10
|
* let make deps pipenv install use pre releasesMartin Czygan2020-08-121-1/+352
| | | | | 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/+25