Skip to content

Commit

Permalink
test: fix ssl error
Browse files Browse the repository at this point in the history
  • Loading branch information
txperl committed Sep 9, 2024
1 parent 2892dea commit 18d4173
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PixivBiu,一款不错的 Pixiv **辅助**工具。

### 已编译程序

此项目基于 `Python@3.10(+)` 编写,使用 `PyInstaller` 构建编译版本。
此项目基于 `Python@3.7(+)` 编写,使用 `PyInstaller` 构建编译版本。

这里提供 Windows、macOS 和 Ubuntu 的编译版本,如有其他需求请自行编译。

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PixivBiu, a nice Pixiv **assistant** tool.

### Executable Binary File

This project is written in `Python@3.10(+)` and is compiled using `PyInstaller`.
This project is written in `Python@3.7(+)` and is compiled using `PyInstaller`.

Compiled versions are provided for Windows, macOS, and Ubuntu. If you have other requirements, please compile it yourself.

Expand Down
2 changes: 1 addition & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PixivBiuはPixivのための**補助的な**ツールです。

### 実行バイナリから

このプロジェクトは Python 3.10 以上で開発されており、実行バイナリのビルドには `PyInstaller` を使用しています。
このプロジェクトは Python 3.7 以上で開発されており、実行バイナリのビルドには `PyInstaller` を使用しています。

Windows 版、macOS 版と Ubuntu 版が利用可能ですが、もし必要であれば自分でビルドを試してください。

Expand Down
23 changes: 12 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
blinker==1.8.2
certifi==2024.7.4
certifi==2024.8.30
charset-normalizer==3.3.2
click==8.1.7
cloudscraper==1.2.71
Flask==3.0.3
idna==3.7
itsdangerous==2.2.0
Flask==2.2.5
idna==3.8
importlib-metadata==6.7.0
itsdangerous==2.1.2
Jinja2==3.1.4
MarkupSafe==2.1.5
pillow==10.3.0
Pillow==9.5.0
pixivpy3==3.7.5
pyparsing==3.1.2
pyparsing==3.1.4
PySocks==1.7.1
PyYAML==6.0.1
requests==2.32.3
requests==2.31.0
requests-toolbelt==1.0.0
typing_extensions==4.12.2
urllib3==2.2.2
Werkzeug==3.0.3
typing_extensions==4.7.1
urllib3==2.0.7
Werkzeug==2.2.3
zipp==3.15.0

0 comments on commit 18d4173

Please sign in to comment.