Skip to content

Commit

Permalink
bump: xiaoya glue python 3.11 to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Dec 27, 2024
1 parent 3a3e680 commit ea93d4e
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 33 deletions.
4 changes: 0 additions & 4 deletions glue_python/115cookie/requirements.txt

This file was deleted.

10 changes: 2 additions & 8 deletions glue_python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
FROM xiaoyaliu/glue:python
FROM python:3.12-alpine3.20

COPY --chmod=755 . /

RUN pip install --no-cache --upgrade pip && \
pip install --no-cache -r /115cookie/requirements.txt && \
pip install --no-cache -r /aliyuntvtoken/requirements.txt && \
pip install --no-cache -r /aliyuntoken/requirements.txt && \
pip install --no-cache -r /aliyunopentoken/requirements.txt && \
pip install --no-cache -r /quark_cookie/requirements.txt && \
pip install --no-cache -r /uc_cookie/requirements.txt && \
pip install --no-cache -r /get_folder_id/requirements.txt
pip install --no-cache -r /requirements.txt
4 changes: 0 additions & 4 deletions glue_python/aliyunopentoken/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions glue_python/aliyuntoken/requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions glue_python/get_folder_id/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions glue_python/quark_cookie/requirements.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
flask
pillow
qrcode
argparse
requests
pycryptodome
qrcode
argparse
aligo
4 changes: 0 additions & 4 deletions glue_python/uc_cookie/requirements.txt

This file was deleted.

0 comments on commit ea93d4e

Please sign in to comment.