From 74020b9a2750e465174d67f68263cca84ab2ea23 Mon Sep 17 00:00:00 2001
From: Owen Graham <ohgraham1@madisoncollege.edu>
Date: Fri, 21 Jul 2023 12:30:50 -0500
Subject: [PATCH] Remove Heroku support

---
 Procfile    | 1 -
 README.md   | 6 ------
 runtime.txt | 1 -
 3 files changed, 8 deletions(-)
 delete mode 100644 Procfile
 delete mode 100644 runtime.txt

diff --git a/Procfile b/Procfile
deleted file mode 100644
index 3a0a563..0000000
--- a/Procfile
+++ /dev/null
@@ -1 +0,0 @@
-web: gunicorn visualizer:app
\ No newline at end of file
diff --git a/README.md b/README.md
index 9864826..43fde65 100644
--- a/README.md
+++ b/README.md
@@ -47,9 +47,3 @@ document root, as well as all rules in `htdocs/.htaccess`.
 > the visualizer to appear at `/ograham/visualizer-echarts/` on the
 > web, so the linking command is
 > `ln -sT "$PWD/htdocs" /data/web/amrc/htdocs/ograham/visualizer-echarts`.
-
-
-### As a Heroku app
-
-Thanks to the `Procfile`, this repository is ready to go as a Heroku
-Python app.
diff --git a/runtime.txt b/runtime.txt
deleted file mode 100644
index 85ac14f..0000000
--- a/runtime.txt
+++ /dev/null
@@ -1 +0,0 @@
-python-3.10.2
\ No newline at end of file
-- 
GitLab