root: export poetry deps to requirements.txt so we don't need poetry … (#2823)

* root: export poetry deps to requirements.txt so we don't need poetry installed, removed packages we don't need anymore

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* update docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens L
2022-05-07 21:22:33 +02:00
committed by GitHub
parent 03d5b9e7e9
commit a7a7b5aacb
4 changed files with 38 additions and 19 deletions

View File

@ -10,7 +10,7 @@ To create a local development setup for authentik, you need the following:
- Python 3.10
- poetry, which is used to manage dependencies, and can be installed with `pip install poetry`
- Go 1.16
- Go 1.18
- PostgreSQL (any recent version will do)
- Redis (any recent version will do)