Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pipenv: update deps (re-lock) | Bryan Newbold | 2022-08-11 | 1 | -630/+628 |
| | |||||
* | pipenv: resolve fastapi-rss dependency issue by locking to fastapi-rss==0.1.3 | Bryan Newbold | 2022-04-06 | 1 | -65/+65 |
| | | | | | This older version of the package does not try to lock the fastapi version | ||||
* | pipenv: add fastapi-rss | Bryan Newbold | 2022-03-25 | 1 | -36/+44 |
| | | | | | When re-locking, this resulted in an older FastAPI version. I think this is an upstream mistake, and I filed an issue. | ||||
* | pipenv: update Pipfile.lock | Bryan Newbold | 2022-03-21 | 1 | -393/+372 |
| | | | | | | Main motivation is to try to fix a 'BrokenResourceError' exception with FastAPI/starlette: https://github.com/tiangolo/fastapi/issues/4041 | ||||
* | pipenv: update lock file | Bryan Newbold | 2022-02-03 | 1 | -623/+796 |
| | |||||
* | pipenv: bump grobid_tei_xml version | Bryan Newbold | 2021-10-28 | 1 | -11/+11 |
| | |||||
* | pipenv: re-lock and updates | Bryan Newbold | 2021-10-27 | 1 | -595/+632 |
| | |||||
* | pipenv: use correct/full beautifulsoup package name | Bryan Newbold | 2021-06-30 | 1 | -95/+96 |
| | |||||
* | bump jinja2 major version, and other dep version updates | Bryan Newbold | 2021-06-11 | 1 | -201/+208 |
| | |||||
* | bump fuzzycat to v0.0.19 (for ES 7.x compatibility) | Bryan Newbold | 2021-04-12 | 1 | -190/+195 |
| | |||||
* | update fuzzycat to 0.1.18 | Bryan Newbold | 2021-03-23 | 1 | -412/+503 |
| | | | | | | | 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 | -13/+101 |
| | |||||
* | pipenv: lock minio S3 library to <7.0.0 | Bryan Newbold | 2021-01-14 | 1 | -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 Newbold | 2021-01-14 | 1 | -8/+55 |
| | |||||
* | pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+ | Bryan Newbold | 2021-01-14 | 1 | -39/+192 |
| | |||||
* | pipenv: add uvloop and httptools explicitly | Bryan Newbold | 2021-01-05 | 1 | -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 Newbold | 2021-01-05 | 1 | -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 Newbold | 2020-10-23 | 1 | -1/+9 |
| | |||||
* | pipenv: prometheus library | Bryan Newbold | 2020-10-22 | 1 | -119/+138 |
| | |||||
* | pipenv: update Pipfile.lock | Bryan Newbold | 2020-10-05 | 1 | -22/+87 |
| | |||||
* | Upgrade Dynaconf to 3+ | Bruno Rocha | 2020-10-05 | 1 | -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 linting | Bryan Newbold | 2020-06-03 | 1 | -1/+9 |
| | | | | Added some new annotations; need to finish more. | ||||
* | pipenv: flake8 and pytypes | Bryan Newbold | 2020-06-03 | 1 | -84/+165 |
| | |||||
* | pipenv: update fatcat-openapi-client; pydantic | Bryan Newbold | 2020-05-14 | 1 | -38/+37 |
| | |||||
* | pipenv: dynaconf | Bryan Newbold | 2020-05-13 | 1 | -1/+23 |
| | |||||
* | Makefile; pipenv add gunicorn | Bryan Newbold | 2020-05-12 | 1 | -1/+9 |
| | |||||
* | pipenv: first pass | Bryan Newbold | 2020-05-12 | 1 | -0/+804 |