Skip to content

Commit b803c28

Browse files
committed
🐛 Fix missing lib
1 parent 883a649 commit b803c28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/trip/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pydantic~=2.11
44
PyJWT~=2.10
55
argon2-cffi~=25.1
66
pydantic_settings~=2.9
7-
Pillow~=11.2
7+
Pillow~=11.2
8+
authlib~=1.6

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ One way to check if you're concerned by this is simply doing the following and c
6464
$ docker run --rm -it ghcr.io/itskovacs/trip:1 /bin/bash
6565
$ python3
6666
>>> import httpx
67-
>>> resp = httpx.get("https://your-keycloak-host/")
67+
>>> httpx.get("https://your-keycloak-host/")
6868
```
6969

7070
In case you're facing this issue, it's likely due to the fact that the container does not trust you custom certificate.

0 commit comments

Comments
 (0)