Skip to content

Commit 7d117d0

Browse files
committed
update
1 parent d1aaf3a commit 7d117d0

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

requirements.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1+
zhconv==1.4.1
12
psutil==5.7.2
2-
pexpect==4.8.0
3+
Faker==4.4.0
34
googletrans==3.0.0
5+
aiofiles==0.5.0
6+
pywin32==228
7+
aiohttp==3.6.2
8+
pandas==1.1.2
9+
selenium==3.141.0
10+
pexpect==4.8.0
411
natsort==7.0.1
5-
requests==2.24.0
12+
PyMySQL==0.10.1
613
urllib3==1.25.10
7-
dataclasses==0.6
8-
zhconv==1.4.1
9-
pandas==1.1.0
10-
httpx==0.14.1
11-
pip==20.2.2
12-
selenium==3.141.0
13-
PyMySQL==0.10.0
14-
Faker==4.1.1
15-
loguru==0.5.1
16-
aiohttp==3.6.2
17-
aiofiles==0.5.0
18-
beautifulsoup4==4.9.1
14+
openpyxl==3.0.5
15+
requests==2.24.0
16+
beautifulsoup4==4.9.3
17+
dataclasses==0.7
1918
Pillow==7.2.0
2019
pycryptodome==3.9.8
21-
PyJWT==1.7.1

utils/FileUtil.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env python
22
# -*- encoding: utf-8 -*-
3+
#
4+
# @Description:
5+
# @PreInstall: Pillow
36
# @Author : bajins https://www.bajins.com
47
# @File : FileUtil.py
58
# @Version: 1.0.0
@@ -13,9 +16,9 @@
1316
import time
1417
import zipfile
1518

16-
# Pillow
1719
from shutil import copy
1820

21+
# pip install Pillow
1922
from PIL import Image
2023

2124
from . import StringUtil

0 commit comments

Comments
 (0)