diff --git a/README.md b/README.md index fea08af..82b3efb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ extend. Contributions welcome. ## Installing -You'll need to `pip install oursql` (this will require having the MySQL -development libraries installed). Other than that, just run main.py. +You'll need to `pip install oursql requests` (this will require having +the MySQL development libraries installed). Other than that, just run +main.py. ## License diff --git a/main.py b/main.py index 822e2df..31f2657 100644 --- a/main.py +++ b/main.py @@ -1,4 +1,4 @@ -import re, oursql +import re, oursql, requests from sources.nzbindex import NzbindexSpider from sources.binsearch import BinsearchSpider