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: |
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user