Skip to content

Commit

Permalink
Changed requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
srshazin committed Jan 3, 2024
1 parent 6fbb594 commit bf83783
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 0 additions & 2 deletions req

This file was deleted.

2 changes: 2 additions & 0 deletions req.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Flask==3.0.0
validate_email==1.3
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit bf83783

Please sign in to comment.