Faster compile

This commit is contained in:
yoshiko2
2023-05-04 17:45:30 +08:00
parent 3aa959e5e2
commit 4ca25868c3
2 changed files with 4 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install face_recognition --no-deps
pip install pyinstaller
- name: Test number_perser.get_number

View File

@@ -1,5 +1,8 @@
requests
dlib-binary
Click
numpy
face-recognition-models
lxml
beautifulsoup4
pillow
@@ -9,5 +12,4 @@ urllib3
certifi
MechanicalSoup
opencc-python-reimplemented
face_recognition
importlib