Skip to content

Commit

Permalink
Drop alpine index from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Sep 24, 2024
1 parent fadf9cf commit 0a3c318
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:

shell:
entrypoint:
- /bin/sh
- /bin/bash
image: ghcr.io/williamjacksn/wormgas
init: true
volumes:
Expand Down
2 changes: 0 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://alpine-wheels.github.io/index

aiohttp
discord.py
fort
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# pip-compile
#
--extra-index-url https://alpine-wheels.github.io/index

aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
Expand Down

0 comments on commit 0a3c318

Please sign in to comment.