diff --git a/showtimes.py b/showtimes.py
index 3b2df9879dc838919fc03e8205da0686809f6fef..a898d8ab83bfae0529c0628b89b5221b803010e9 100644
--- a/showtimes.py
+++ b/showtimes.py
@@ -2,6 +2,7 @@
 from flask import Flask
 from werkzeug.exceptions import NotFound
 import json
+import requests
 import os