Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update fuzzycat to 0.1.18 | Bryan Newbold | 2021-03-23 | 1 | -1/+1 |
| | | | | | | | Small fixes for citation matching, including a TypeError encountered in production. Pipenv update pulled in a whoooole lot of other updates :( | ||||
* | pipenv: fuzzycat | Bryan Newbold | 2021-01-19 | 1 | -0/+1 |
| | |||||
* | pipenv: lock minio S3 library to <7.0.0 | Bryan Newbold | 2021-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | 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 Newbold | 2021-01-14 | 1 | -0/+1 |
| | |||||
* | pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+ | Bryan Newbold | 2021-01-14 | 1 | -2/+2 |
| | |||||
* | pipenv: add uvloop and httptools explicitly | Bryan Newbold | 2021-01-05 | 1 | -3/+5 |
| | | | | | | | | 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 Newbold | 2021-01-05 | 1 | -1/+3 |
| | | | | | | 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 Newbold | 2020-10-23 | 1 | -0/+1 |
| | |||||
* | pipenv: prometheus library | Bryan Newbold | 2020-10-22 | 1 | -6/+1 |
| | |||||
* | pipenv: add confluent-kafka client | Bryan Newbold | 2020-10-05 | 1 | -0/+1 |
| | |||||
* | pipenv: update elasticsearch client to 7.x series | Bryan Newbold | 2020-10-05 | 1 | -2/+2 |
| | |||||
* | pipenv: upgrade dynaconf to >=3 | Bryan Newbold | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | pipenv: lock pycountry to 19.* | Bryan Newbold | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | flake8-annotation linting | Bryan Newbold | 2020-06-03 | 1 | -0/+1 |
| | | | | Added some new annotations; need to finish more. | ||||
* | pipenv: flake8 and pytypes | Bryan Newbold | 2020-06-03 | 1 | -0/+2 |
| | |||||
* | pipenv: update fatcat-openapi-client; pydantic | Bryan Newbold | 2020-05-14 | 1 | -1/+2 |
| | |||||
* | pipenv: dynaconf | Bryan Newbold | 2020-05-13 | 1 | -0/+1 |
| | |||||
* | Makefile; pipenv add gunicorn | Bryan Newbold | 2020-05-12 | 1 | -0/+1 |
| | |||||
* | pipenv: first pass | Bryan Newbold | 2020-05-12 | 1 | -0/+43 |