Skip to content

Commit

Permalink
add reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aimen-prog committed Jan 7, 2024
1 parent 6e45354 commit 7f558ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Big-Job/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Flask==1.1.1
mysql_connector_repackaged==0.3.1
pandas==1.1.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def connect_db():
````

As you can see, the password was purposely hidden in the app for security reasons also!
<br>You will put the password when you call the app on terminal like this:
<br>You will put the password when you call the app on terminal from app directory like this:

````
conda activate bigjob
Expand Down

0 comments on commit 7f558ef

Please sign in to comment.