Skip to content

Commit 6015098

Browse files
authored
Update Pipfile to include tomli package
Signed-off-by: lorenzo132 <[email protected]>
1 parent fbc6c01 commit 6015098

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ bandit = ">=1.7.5"
88
black = "==23.11.0"
99
pylint = "==3.0.2"
1010
typing-extensions = "==4.8.0"
11+
tomli = "==2.2.1" # Needed for black on Python < 3.11
1112

1213
[packages]
1314
aiohttp = "==3.9.0"
@@ -28,3 +29,4 @@ requests = "==2.31.0"
2829

2930
[scripts]
3031
bot = "python bot.py"
32+

0 commit comments

Comments
 (0)