| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Small fixes for citation matching, including a TypeError encountered in
production.
Pipenv update pulled in a whoooole lot of other updates :(
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Added some new annotations; need to finish more.
|
| |
|
| |
|
| |
|
| |
|
|
|