This commit is contained in:
yoshiko2
2020-10-28 20:27:24 +08:00
4 changed files with 8 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sed -i '$a pyinstaller' requirements.txt
pip install -r requirements.txt
- name: Test number_perser.get_number
@@ -71,6 +72,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sed -i '$a pyinstaller' requirements.txt
pip install -r requirements.txt
- name: Test number_perser.get_number
@@ -119,6 +121,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
sed -i '' '$a\
pyinstaller
' requirements.txt
pip install -r requirements.txt
- name: Test number_perser.get_number

View File

@@ -116,7 +116,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu
if __name__ == '__main__':
version = '3.9.1'
version = '3.9.2'
# Parse command line args
single_file_path, config_file, custom_number = argparse_function()

View File

@@ -10,6 +10,7 @@ make:
@echo "[+]make prepare-dev"
sudo apt-get -y install python3.7 python3-pip
pip3 install -r requirements.txt
pip3 install pyinstaller
#@echo "[+]Set CLOUDSCRAPER_PATH variable"
#export cloudscraper_path=$(python3 -c 'import cloudscraper as _; print(_.__path__[0])' | tail -n 1)

View File

@@ -3,6 +3,5 @@ pyquery
lxml
beautifulsoup4
pillow
pyinstaller
cloudscraper
pysocks