Faster compile
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
pip install face_recognition --no-deps
|
||||||
pip install pyinstaller
|
pip install pyinstaller
|
||||||
|
|
||||||
- name: Test number_perser.get_number
|
- name: Test number_perser.get_number
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
requests
|
requests
|
||||||
dlib-binary
|
dlib-binary
|
||||||
|
Click
|
||||||
|
numpy
|
||||||
|
face-recognition-models
|
||||||
lxml
|
lxml
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pillow
|
pillow
|
||||||
@@ -9,5 +12,4 @@ urllib3
|
|||||||
certifi
|
certifi
|
||||||
MechanicalSoup
|
MechanicalSoup
|
||||||
opencc-python-reimplemented
|
opencc-python-reimplemented
|
||||||
face_recognition
|
|
||||||
importlib
|
importlib
|
||||||
|
|||||||
Reference in New Issue
Block a user