-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
57 lines (51 loc) · 1.3 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# requirements.txt
#
# Purpose: This file lists the Python packages required for this project.
# These packages are necessary for the functionality and performance of the application.
#
# How to Use:
# To install the required packages, run the following command in your terminal:
# pip install -r requirements.txt
#
# How to Add Packages:
# If you need to add a new package:
# 1. Specify the package name and version (if applicable) in the same format as the existing lines.
# 2. Save the changes to this file.
# 3. After adding a new package, consider running the command above to ensure the environment is up to date.
#
# Example: To add 'matplotlib', include the following line:
# matplotlib==3.4.3
#
#
#
black==23.1.0
flake8==6.0.0
pytest==7.2.0
# -----------------------------------------------------------------
# numpy==1.22.4
# pandas==1.5.3
# matplotlib==3.6.3
# seaborn==0.12.2
# yfinance==0.2.18
# streamlit==1.26.0
# keras==2.11.0
# scikit-learn==1.2.2
# newsapi-python==0.2.6
# prophet==1.1
# vaderSentiment==3.3.2
# python-dotenv==1.0.0
# os
# python==3.10.15
# -----------------------------------------------------------------
numpy
pandas
matplotlib
seaborn
yfinance
streamlit
keras
scikit-learn
newsapi-python
prophet
vaderSentiment
python-dotenv