Skip to content

Commit 3525690

Browse files
committed
Add comment to indicate sentry-sdk is optional. Ref #2423
1 parent a1922ef commit 3525690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp>=3.10.3,<3.11
33
aiohttp-cors>=0.7.0,<0.8
44
aiofiles>=24.1.0,<25.0
55
Jinja2>=3.1.4,<3.2
6-
sentry-sdk==2.12,<2.13
6+
sentry-sdk==2.12,<2.13 # optional dependency
77
psutil==6.0.0
88
async-timeout>=4.0.3,<4.1
99
distro>=1.9.0

0 commit comments

Comments
 (0)