Skip to content

Commit

Permalink
build(rlstats): use unreleased rlapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Oct 24, 2024
1 parent b8a3cab commit dda9654
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/py38/requirements/all_cogs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cachetools~=5.0
charset_normalizer~=3.1
emoji~=1.2
gidgethub~=5.0
git+https://github.com/Jackenmen/rlapi@implement_batch_requests
ipykernel~=5.4
ipyparallel
jedi<0.16.0
pillow~=9.1
rlapi==0.7.0a1
tornado>=6.1
2 changes: 1 addition & 1 deletion .ci/requirements/all_cogs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cachetools~=5.0
charset_normalizer~=3.1
emoji~=1.2
gidgethub~=5.0
git+https://github.com/Jackenmen/rlapi@implement_batch_requests
ipykernel~=5.4
ipyparallel
jedi<0.16.0
pillow~=9.1
rlapi==0.7.0a1
tornado>=6.1
2 changes: 1 addition & 1 deletion info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ cogs:
This cog may save background images in data path
if the bot owner decides to customize them.
requirements:
- git+https://github.com/Jackenmen/rlapi@implement_batch_requests
- pillow~=9.1
- rlapi==0.7.0a1
tags:
- api
- gaming
Expand Down
4 changes: 2 additions & 2 deletions rlstats/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
],
"required_cogs": {},
"requirements": [
"pillow~=9.1",
"rlapi==0.7.0a1"
"git+https://github.com/Jackenmen/rlapi@implement_batch_requests",
"pillow~=9.1"
],
"tags": [
"api",
Expand Down

0 comments on commit dda9654

Please sign in to comment.