remove deprecated sh scripts and requirements.txt

This commit is contained in:
Daniel 2023-12-07 13:01:00 +01:00
parent dd9bc20068
commit fb19a58dbd
3 changed files with 0 additions and 22 deletions

View file

@ -1,9 +0,0 @@
pytest
pytest-html
pytest-playwright
python-dotenv
icecream
loguru
beautifulsoup4
imbox
hatchling

View file

@ -1,6 +0,0 @@
#!/bin/bash
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH
python main.py

View file

@ -1,7 +0,0 @@
#!/bin/bash
PWD_PATH=$PWD
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=$PWD_PATH:$RECIPES_PATH
pytest