remove deprecated sh scripts and requirements.txt
This commit is contained in:
parent
dd9bc20068
commit
fb19a58dbd
3 changed files with 0 additions and 22 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
pytest
|
|
||||||
pytest-html
|
|
||||||
pytest-playwright
|
|
||||||
python-dotenv
|
|
||||||
icecream
|
|
||||||
loguru
|
|
||||||
beautifulsoup4
|
|
||||||
imbox
|
|
||||||
hatchling
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
RECIPES_PATH=$PWD/recipes
|
|
||||||
export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH
|
|
||||||
|
|
||||||
python main.py
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
PWD_PATH=$PWD
|
|
||||||
RECIPES_PATH=$PWD/recipes
|
|
||||||
export PYTHONPATH=$PWD_PATH:$RECIPES_PATH
|
|
||||||
|
|
||||||
pytest
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue