Skip to content

Commit

Permalink
updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Snickdx committed Mar 10, 2024
1 parent 799a584 commit 18c8109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tasks:
- init: pyenv install -f & pip install -r requirements.txt
command: flask init & flask run
- init: pyenv install -f && pip install -r requirements.txt
command: flask init && flask run

ports:
- port: 8080
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ pytest==7.0.1
python-dotenv==0.21.1
Flask-JWT-Extended==4.4.4
Flask-Migrate==3.1.0
requests==2.28.2
requests==2.28.2
mysql-connector-python==8.3.0

0 comments on commit 18c8109

Please sign in to comment.