update README.md

This commit is contained in:
Jakub Miazek 2023-07-23 14:13:18 +02:00
parent 0032f4418a
commit dae5ad8dac

View File

@ -71,17 +71,8 @@ Below steps were done to integrate [rich](https://github.com/Textualize/rich) in
![sample-logs-with-rich](/static/logz.png) ![sample-logs-with-rich](/static/logz.png)
Hope you enjoy it. ### User authentication with JWT and Redis as token storage :lock: :key:
### Change Log
- 4 JUN 2022 alembic migrations added to project
- 6 JUN 2022 added initial dataset for shakespeare models
- 3 OCT 2022 poetry added to project
- 12 NOV 2022 ruff implemented to project as linting tool
- 14 FEB 2023 bump project to Python 3.11
- 10 APR 2023 implement logging with rich
- 28 APR 2023 Rainbow logs with rich :rainbow:
- 7 JUL 2023 migrate to pydantic 2.0
### Local development with poetry ### Local development with poetry
@ -92,3 +83,17 @@ pyenv install 3.11 && pyenv local 3.11
poetry install poetry install
``` ```
Hope you enjoy it.
### Change Log
- 4 JUN 2022 alembic migrations added to project
- 6 JUN 2022 added initial dataset for shakespeare models
- 3 OCT 2022 poetry added to project
- 12 NOV 2022 ruff implemented to project as linting tool
- 14 FEB 2023 bump project to Python 3.11
- 10 APR 2023 implement logging with rich
- 28 APR 2023 Rainbow logs with rich :rainbow:
- 7 JUL 2023 migrate to pydantic 2.0 :fast_forward:
- 25 JUL 2023 add user authentication with JWT and Redis as token storage :lock: :keyv: