aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
Commit message (Collapse)AuthorAgeFilesLines
* 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