Commit Graph

155 Commits

Author SHA1 Message Date
Alan Orth 56e319b5d0
Regenerate static assets
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is failing Details
npm run build
2023-02-23 15:39:46 +03:00
Alan Orth 86a3f5fde0
Bump Bootstrap version
Also keep dependencies in check with latest upstream.
2023-02-23 15:39:20 +03:00
Alan Orth dc7fef90f1
Remove old Google and Heroku stuff
This doesn't run anywhere anymore.
2023-02-23 14:51:00 +03:00
Alan Orth c0d0ec3502
pyproject.toml: bump version to v0.0.4 2023-02-23 14:48:54 +03:00
Alan Orth 338b30396e
Update requirements
Generated with poetry export:

    $ poetry export --without-hashes -f requirements.txt > requirements.txt
    $ poetry export --without-hashes --with dev -f requirements.txt > requirements-dev.txt
2023-02-23 14:43:25 +03:00
Alan Orth e0667821ea
poetry.lock: run poetry update 2023-02-23 14:42:40 +03:00
Alan Orth 541ad7ed6b
README.md: Python 3.9 2023-02-23 14:41:57 +03:00
Alan Orth 5ed93e9f30
pyproject.toml: update dependencies
Bump to latest csv-metadata-quality version and other dev deps to
keep them in line.
2023-02-23 14:40:09 +03:00
Alan Orth 7a183010f1 pyproject.toml: bump python to 3.9
Same as the main project csv-metadata-quality.
2023-02-23 14:28:09 +03:00
Alan Orth 1dbc58eaa6
runtime.txt: use Python 3.10.5
continuous-integration/drone/push Build is passing Details
See: https://devcenter.heroku.com/articles/python-support
2022-07-02 15:46:21 +03:00
Alan Orth 392b10fc9f
.drone.yml: build on Python 3.10 too
continuous-integration/drone/push Build is passing Details
2022-07-02 11:44:48 +03:00
Alan Orth 27a3917c8b
Regenerate requirements
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2022-07-02 11:43:39 +03:00
Alan Orth c459526042
poetry.lock: run poetry update 2022-07-02 11:43:05 +03:00
Alan Orth 974ae6c847
.github/workflows/python-app.yml: use Python 3.10
continuous-integration/drone/push Build is passing Details
That's what I use for testing locally. Note that we need to quote
the version here because otherwise GitHub Actions will interpret it
as 3.1 due to how YAML works.
2022-01-30 13:46:17 +03:00
Alan Orth 50f2832dfb
.drone.yml: don't test on Python 3.7
Pandas 1.4.0 now requires Python 3.8 minimum.
2022-01-30 13:45:27 +03:00
Alan Orth 6296fbc1af
runtime.txt: use Python 3.10.2 on Heroku 2022-01-30 13:44:32 +03:00
Alan Orth 1beaf436b6
poetry.lock: run poetry update 2022-01-30 13:44:09 +03:00
Alan Orth 38a0afa048
README.md: update Python version requirement
Pandas 1.4.0 requires Python 3.8+.
2022-01-30 13:43:41 +03:00
Alan Orth f826d25ea1
Regenerate requirements
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2022-01-30 13:43:18 +03:00
Alan Orth 19d78eb55d
pyproject.toml: update dependencies
black is no longer beta, remove ipython because I can use the one
installed system wide and it doesn't like being in a virtual env
anyways. flake8 is a new major version.
2022-01-30 13:42:05 +03:00
Alan Orth 070d19af82
pyproject.toml: update minimum Python version
The csv-metadata-quality project will currently pull in Pandas 1.4.0,
which has a minimum Python requirement of 3.8.
2022-01-30 13:36:55 +03:00
Alan Orth 7e83c3b0a2
Update screenshot.png
New version taken in Epiphany with shadow added.
2022-01-30 13:35:51 +03:00
Alan Orth d2cf6ca7df
Update requirements for deploy
continuous-integration/drone/push Build is passing Details
2021-12-08 20:53:05 +02:00
Alan Orth 3ddbc1bb53
runtime.txt: use Python 3.9.9 2021-12-08 20:47:15 +02:00
Alan Orth 491198b15c
poetry.lock: run poetry update 2021-12-08 20:39:54 +02:00
Alan Orth 92e95550a3
Regenerate requirements
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2021-12-08 20:39:31 +02:00
Alan Orth 2c517717ed
pyproject.toml: use Flask 2.0 2021-12-08 20:38:14 +02:00
Alan Orth b07cd71caf
README.md: move screenshot lower 2021-12-08 20:35:27 +02:00
Alan Orth 95d4d7aace README.md: add Heroku deploy instructions
This is for me!
2021-12-08 20:28:36 +02:00
Alan Orth a8446ae95b
pyproject: minor version bump 2021-12-08 20:23:10 +02:00
Alan Orth 117ee6b698
README.md: add usage instructions 2021-12-08 20:19:33 +02:00
Alan Orth ac2929e3e8
README.md: update intro
Make the layout of badges nicer and highlight the screenshot first.
2021-12-08 20:09:58 +02:00
Alan Orth 1aa8285d56
Update screenshot.png 2021-12-08 20:09:34 +02:00
Alan Orth 3a058fb50f
Regenerate requirements
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2021-12-08 20:01:08 +02:00
Alan Orth 5ce544125f
poetry.lock: run poetry update 2021-12-08 19:57:47 +02:00
Alan Orth 883ac1166a
pyproject.toml: update csv-metadata-quality
Use the recently release v0.5.0.

See: https://github.com/ilri/csv-metadata-quality/releases/tag/v0.5.0
2021-12-08 19:56:52 +02:00
Alan Orth 2235191c7b
Regenerate static assets 2021-12-08 19:44:52 +02:00
Alan Orth de86295b81
package.json: fix typo 2021-12-08 19:44:30 +02:00
Alan Orth fea25f0c25
source/scss: update comment in bootstrap.scss 2021-12-08 19:43:58 +02:00
Alan Orth 3d6cfa400a
package-lock.json: run npm update 2021-12-08 19:43:43 +02:00
Alan Orth 7602e2954c
package.json: update dependencies 2021-12-08 19:43:27 +02:00
Alan Orth 75ad04b9b0
runtime.txt: Update runtime
continuous-integration/drone/push Build is passing Details
2021-08-19 15:55:43 +03:00
Alan Orth 5cd5a8df61
csv_metadata_quality_web: Regenerate static assets 2021-08-19 14:21:23 +03:00
Alan Orth 00eefc3dab
source/scss/bootstrap.scss: Update version in comment 2021-08-19 14:21:00 +03:00
Alan Orth 54e446b65d
package-lock.json: Run npm update 2021-08-19 14:20:36 +03:00
Alan Orth 58cdd8a54c
Regenerate requirements
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2021-08-19 14:20:18 +03:00
Alan Orth fc9297b879
poetry.lock: Run poetry update 2021-08-19 14:19:39 +03:00
Alan Orth 6a1be3f328
Regenerate requirements
continuous-integration/drone/push Build is passing Details
Generated using poetry:

  $ poetry export --without-hashes -f requirements.txt > requirements.txt
  $ poetry export --without-hashes --dev -f requirements.txt > requirements-dev.txt
2021-05-25 21:14:23 +03:00
Alan Orth 377663ba95
poetry.lock: Run poetry update 2021-05-25 21:12:46 +03:00
Alan Orth 31f0f26ffb
Fix path to style.min.css
It is in the csv_metadata_quality_web package now.
2021-05-25 21:11:33 +03:00