Bump dependencies (#618)

* Bump dependencies

* Make it work with Python 3.10

* replace psycopg2-binary with psycopg2 in Docker build
This commit is contained in:
Sascha Ißbrücker
2024-01-28 22:50:51 +01:00
committed by GitHub
parent 16ed6ef200
commit d7c1afa2a5
12 changed files with 192 additions and 96 deletions

View File

@@ -256,7 +256,7 @@ source ~/environments/linkding/bin/activate[.csh|.fish]
```
Within the active environment install the application dependencies from the application folder:
```
pip3 install -Ur requirements.txt
pip3 install -r requirements.txt -r requirements.dev.txt
```
Install frontend dependencies:
```