Compare commits
No commits in common. "a1a115b425ec3840061826610999bb44c2cab72a" and "8065511ca3e36f2eef6aa15fc008ec4a77d77ee0" have entirely different histories.
a1a115b425
...
8065511ca3
@ -1,5 +1,5 @@
|
|||||||
# For more information, please refer to https://aka.ms/vscode-docker-python
|
# For more information, please refer to https://aka.ms/vscode-docker-python
|
||||||
FROM python:3.13-alpine
|
FROM python:3.12-alpine
|
||||||
|
|
||||||
# Keeps Python from generating .pyc files in the container
|
# Keeps Python from generating .pyc files in the container
|
||||||
ENV PYTHONDONTWRITEBYTECODE=1
|
ENV PYTHONDONTWRITEBYTECODE=1
|
||||||
|
@ -2,20 +2,20 @@ pixivpy3==3.7.5
|
|||||||
discord.py==2.4.0
|
discord.py==2.4.0
|
||||||
|
|
||||||
# Freeze
|
# Freeze
|
||||||
aiohttp==3.10.10
|
aiohttp==3.10.6
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
async-timeout==4.0.3
|
async-timeout==4.0.3
|
||||||
attrs==24.2.0
|
attrs==24.2.0
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
charset-normalizer==3.4.0
|
charset-normalizer==3.3.2
|
||||||
cloudscraper==1.2.71
|
cloudscraper==1.2.71
|
||||||
frozenlist==1.4.1
|
frozenlist==1.4.1
|
||||||
idna==3.10
|
idna==3.10
|
||||||
isort==5.13.2
|
isort==5.13.2
|
||||||
multidict==6.1.0
|
multidict==6.1.0
|
||||||
pyparsing==3.2.0
|
pyparsing==3.1.4
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
requests-toolbelt==1.0.0
|
requests-toolbelt==1.0.0
|
||||||
typing_extensions==4.12.2
|
typing_extensions==4.12.2
|
||||||
urllib3==2.2.3
|
urllib3==2.2.3
|
||||||
yarl==1.15.3
|
yarl==1.15.2
|
Loading…
Reference in New Issue
Block a user