From 78be7e06d3da9cea38c64ee55a4345db8550bf46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 11 Feb 2021 18:02:08 +0100 Subject: [PATCH] Add requirements.txt, fix typos --- github_pr_delay/{__init__,py => __init__.py} | 0 github_pr_delay/pr_delay.py | 1 - requirements.txt | 2 ++ 3 files changed, 2 insertions(+), 1 deletion(-) rename github_pr_delay/{__init__,py => __init__.py} (100%) create mode 100644 requirements.txt 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