Skip to content

Commit ccbb7cc

Browse files
committed
requirements added
1 parent 8d708d5 commit ccbb7cc

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "/home/hate-walkin/anaconda3/envs/itw/bin/python"
3+
}
Binary file not shown.

Covid19/dashboard/data_mining.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import matplotlib.pyplot as plt
21
import requests
32
from bs4 import BeautifulSoup
43
import pandas as pd

requirements.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
django
2+
requests
3+
bs4
4+
pandas
5+
plotly
6+
fbprophet
7+
mysql-connector-python
8+
django-crispy-forms
9+
chart-studio
10+
mysqlclient

0 commit comments

Comments
 (0)