Skip to content

Commit

Permalink
commit before deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirozcelik committed Jan 5, 2023
1 parent 95d3c71 commit cb4cbcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ flask-session~=0.4.0
flask-mail~=0.9.1
pyjwt~=2.4.0
pytz~=2022.1
yfinance~=0.1.87
yfinance~=0.2.3
apscheduler~=3.9.1.post1
pandas~=1.1.5
numpy~=1.19.5
uwsgi~=2.0.20
psycopg2~=2.9.3
3 changes: 2 additions & 1 deletion uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ http-socket = :$(PORT)
master = true
die-on-term = true
module = app:app
memory-report = true
memory-report = true
enable-threads = true

0 comments on commit cb4cbcb

Please sign in to comment.