remove unnecessary import, add requirements file

This commit is contained in:
Lukas Mehl 2019-08-28 09:04:57 +02:00
parent e13bde1c05
commit af4780dcac
2 changed files with 3 additions and 1 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
gitpython
ruamel.yaml
pprint

View file

@ -5,7 +5,6 @@ from ruamel import yaml
from pprint import pprint
import sys
import re
import twitter
import json
from scraper import scrapeFacebookLikes, scrapeInstagramData, scrapeTwitterFollowers
from time import sleep