Skip to content

Commit 7b07763

Browse files
author
marwan37
committed
add discord alerter dependencies to requirements
1 parent e953088 commit 7b07763

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ pyarrow>=20.0.0
66
matplotlib>=3.10.3
77
scikit-learn>=1.6.1
88

9-
# integrations
9+
# aws/s3 integration
1010
s3fs==2025.5.1
1111
boto3==1.37.3
1212
aws-profile-manager==0.7.3
1313
sagemaker==2.117.0
1414
kubernetes==32.0.1
15+
16+
# discord integration (for GH actions alerter)
17+
discord.py>=2.3.2
18+
aiohttp>=3.8.1
19+
asyncio

0 commit comments

Comments
 (0)