diff --git a/github_pr_delay/__init__,py b/github_pr_delay/__init__.py similarity index 100% rename from github_pr_delay/__init__,py rename to github_pr_delay/__init__.py diff --git a/github_pr_delay/pr_delay.py b/github_pr_delay/pr_delay.py index 635b6af..4000230 100644 --- a/github_pr_delay/pr_delay.py +++ b/github_pr_delay/pr_delay.py @@ -1,4 +1,3 @@ -import json import requests import datetime from matplotlib import pyplot as plt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1c1b383 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +matplotlib