aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
Commit message (Collapse)AuthorAgeFilesLines
* pipenv: resolve fastapi-rss dependency issue by locking to fastapi-rss==0.1.3Bryan Newbold2022-04-061-1/+1
| | | | | This older version of the package does not try to lock the fastapi version
* pipenv: add fastapi-rssBryan Newbold2022-03-251-1/+2
| | | | | When re-locking, this resulted in an older FastAPI version. I think this is an upstream mistake, and I filed an issue.
* pipenv: black (code style tool) has stable releaseBryan Newbold2022-02-031-3/+1
|
* pipenv: bump grobid_tei_xml versionBryan Newbold2021-10-281-1/+1
|
* pipenv: update lint and type check toolsBryan Newbold2021-10-271-2/+5
|
* pipenv: pull in grobid_tei_xml to replace grobid2jsonBryan Newbold2021-10-271-0/+1
|
* pipenv: pin elasticsearch to prevent UnsupportedProductErrorBryan Newbold2021-10-271-1/+3
|
* pipenv: use correct/full beautifulsoup package nameBryan Newbold2021-06-301-1/+1
|
* bump jinja2 major version, and other dep version updatesBryan Newbold2021-06-111-1/+1
|
* bump fuzzycat to v0.0.19 (for ES 7.x compatibility)Bryan Newbold2021-04-121-1/+1
|
* update fuzzycat to 0.1.18Bryan Newbold2021-03-231-1/+1
| | | | | | | Small fixes for citation matching, including a TypeError encountered in production. Pipenv update pulled in a whoooole lot of other updates :(
* pipenv: fuzzycatBryan Newbold2021-01-191-0/+1
|
* pipenv: lock minio S3 library to <7.0.0Bryan Newbold2021-01-141-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 Newbold2021-01-141-0/+1
|
* pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+Bryan Newbold2021-01-141-2/+2
|
* pipenv: add uvloop and httptools explicitlyBryan Newbold2021-01-051-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 Newbold2021-01-051-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 Newbold2020-10-231-0/+1
|
* pipenv: prometheus libraryBryan Newbold2020-10-221-6/+1
|
* pipenv: add confluent-kafka clientBryan Newbold2020-10-051-0/+1
|
* pipenv: update elasticsearch client to 7.x seriesBryan Newbold2020-10-051-2/+2
|
* pipenv: upgrade dynaconf to >=3Bryan Newbold2020-10-051-1/+1
|
* pipenv: lock pycountry to 19.*Bryan Newbold2020-10-051-1/+1
|
* flake8-annotation lintingBryan Newbold2020-06-031-0/+1
| | | | Added some new annotations; need to finish more.
* pipenv: flake8 and pytypesBryan Newbold2020-06-031-0/+2
|
* pipenv: update fatcat-openapi-client; pydanticBryan Newbold2020-05-141-1/+2
|
* pipenv: dynaconfBryan Newbold2020-05-131-0/+1
|
* Makefile; pipenv add gunicornBryan Newbold2020-05-121-0/+1
|
* pipenv: first passBryan Newbold2020-05-121-0/+43