Add requirements.txt, fix typos
This commit is contained in:
parent
76eb258296
commit
78be7e06d3
3 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
import json
|
|
||||||
import requests
|
import requests
|
||||||
import datetime
|
import datetime
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
requests
|
||||||
|
matplotlib
|
Loading…
Reference in a new issue