Skip to content

Commit

Permalink
fix(autogist): add missing dependency that was available transitively
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Apr 9, 2024
1 parent cac243b commit 2c2f8b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/py38/requirements/all_cogs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Red-DiscordBot
cachetools~=5.0
charset_normalizer~=3.1
emoji~=1.2
gidgethub~=5.0
ipykernel~=5.4
Expand Down
1 change: 1 addition & 0 deletions .ci/requirements/all_cogs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Red-DiscordBot
cachetools~=5.0
charset_normalizer~=3.1
emoji~=1.2
gidgethub~=5.0
ipykernel~=5.4
Expand Down
1 change: 1 addition & 0 deletions autogist/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"required_cogs": {},
"requirements": [
"cachetools~=5.0",
"charset_normalizer~=3.1",
"gidgethub~=5.0"
],
"tags": [
Expand Down
1 change: 1 addition & 0 deletions info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cogs:
uploaded by users as configured by the guild administrators.
requirements:
- cachetools~=5.0
- charset_normalizer~=3.1
- gidgethub~=5.0
tags:
- autogist
Expand Down

0 comments on commit 2c2f8b3

Please sign in to comment.