aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile.lock
Commit message (Collapse)AuthorAgeFilesLines
* pipenv: fuzzycatBryan Newbold2021-01-191-13/+101
|
* pipenv: lock minio S3 library to <7.0.0Bryan Newbold2021-01-141-10/+19
| | | | | | | | | | | In this upstream commit: https://github.com/minio/minio-py/commit/b81883a98e6f8a09e2903609caabbf0956dd0ec9 The API for errors changes, which makes it harder for use to catch specific exceptions (such as "NoSuchKey" as a Not Found / 404 error). Instead of refactoring, just going to pin the library. We should probably remove this library for a non-implementation-specific S3 client at some point; minio seems simpler than, eg, boto3, but there is probably something ever simpler out there.
* pipenv: add responses mock dep (for HTTP requests)Bryan Newbold2021-01-141-8/+55
|
* pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+Bryan Newbold2021-01-141-39/+192
|
* pipenv: add uvloop and httptools explicitlyBryan Newbold2021-01-051-148/+189
| | | | | | | | These are not dependend on directly by uvicorn, so we need to add them as dependencies. Don't want to include all of 'standard' features of uvicorn because it includes a bunch of stuff we don't use. Also, re-sorted pipenv.
* switch project to python3.8 (and rebuild Pipefile.lock)Bryan Newbold2021-01-051-197/+207
| | | | | | mypy wasn't working correctly unless we explicitly depend on typing_extensions. This is too bad as python 3.8 presumably has most of hte "newer" extension types anyways.
* pipenv: add pytest-mock (for ES search tests)Bryan Newbold2020-10-231-1/+9
|
* pipenv: prometheus libraryBryan Newbold2020-10-221-119/+138
|
* pipenv: update Pipfile.lockBryan Newbold2020-10-051-22/+87
|
* Upgrade Dynaconf to 3+Bruno Rocha2020-10-051-346/+290
| | | | | | In dynaconf 3+ it is no more recommended to use `from dynaconf import settings` now the recommendation is to create your own instance of the settings object based on Dynaconf class.
* flake8-annotation lintingBryan Newbold2020-06-031-1/+9
| | | | Added some new annotations; need to finish more.
* pipenv: flake8 and pytypesBryan Newbold2020-06-031-84/+165
|
* pipenv: update fatcat-openapi-client; pydanticBryan Newbold2020-05-141-38/+37
|
* pipenv: dynaconfBryan Newbold2020-05-131-1/+23
|
* Makefile; pipenv add gunicornBryan Newbold2020-05-121-1/+9
|
* pipenv: first passBryan Newbold2020-05-121-0/+804