Skip to content

Commit

Permalink
add requeriments gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
onedrako committed Mar 5, 2024
1 parent 006eaca commit 98258be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ venv/
.env

*.pyc
__pycache__/*
app/__pycache__/*
__pycache__/
app/__pycache__/

instance
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
click==8.1.3
Flask==2.2.2
gunicorn==20.1.0
importlib-metadata==5.2.0
itsdangerous==2.1.2
Jinja2==3.1.2
Expand Down

0 comments on commit 98258be

Please sign in to comment.