Add requirements.txt, fix typos

This commit is contained in:
Théophile Bastian 2021-02-11 18:02:08 +01:00
parent 76eb258296
commit 78be7e06d3
3 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,3 @@
import json
import requests
import datetime
from matplotlib import pyplot as plt

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
requests
matplotlib