diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0523ccf..d50755f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,8 +17,8 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip && ls - pip install -r requirements.txt + python -m pip install --upgrade pip + pip install -r req.txt - name: Build and deploy run: | diff --git a/req b/req deleted file mode 100644 index edbd583..0000000 --- a/req +++ /dev/null @@ -1,2 +0,0 @@ -flask -validate_email diff --git a/req.txt b/req.txt new file mode 100644 index 0000000..0c872ae --- /dev/null +++ b/req.txt @@ -0,0 +1,2 @@ +Flask==3.0.0 +validate_email==1.3 diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index edbd583..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -flask -validate_email