Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |