Remove old Google and Heroku stuff

This doesn't run anywhere anymore.
This commit is contained in:
Alan Orth 2023-02-23 14:51:00 +03:00
parent c0d0ec3502
commit dc7fef90f1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
3 changed files with 0 additions and 9 deletions

View File

@ -1 +0,0 @@
web: gunicorn csv_metadata_quality_web.main --log-file -

View File

@ -9,8 +9,6 @@
<img width="600" alt="Screenshot of csv-metadata-quality-web on Heroku" src="screenshot.png">
</p>
You can try [the hosted version](https://fierce-ocean-30836.herokuapp.com) or host it yourself (see below).
## Usage
Create a Python 3.9+ virtual environment and install the dependencies:
@ -24,11 +22,6 @@ Create a Python 3.9+ virtual environment and install the dependencies:
And then visit http://localhost:8000/ in your browser.
## Deploying to Heroku
Install the heroku command line tools, add a heroku git remote, and push:
$ git push heroku
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).

View File

@ -1 +0,0 @@
python-3.10.5