diff --git a/README.md b/README.md index 4967f45..b0b22b8 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,8 @@ pip install -r requirements.txt Details in [`requirements.txt`](requirements.txt) & [`requirements-dev.txt`](requirements-dev.txt) - [`opensearch-py`](https://opensearch.org/docs/latest/clients/python/) + + +### ℹ️ Talk about this project + +- [**AFPy 2022/09**](https://www.meetup.com/fr-FR/python-afpy-lyon/events/287980312/): [`ftalk/ldpy!1`](https://gitlab.com/ftalk/ldpy/-/merge_requests/1) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4e67882..08ced54 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ black coverage -flake8==4 # see: https://github.com/johnthagen/python-blueprint/issues/113 +flake8 pydocstyle pylint pyproject-flake8