~nhanb/pytaku

67d3b85822336dedd5a579404f39bddd44a5c7ba — Bùi Thành Nhân 1 year, 8 months ago 41aac12
update demo url
2 files changed, 4 insertions(+), 3 deletions(-)

M README.md
M pyproject.toml
M README.md => README.md +3 -2
@@ 1,4 1,5 @@
Live demo: https://dev.pytaku.com (db may be hosed any time, also expect bugs)
Live demo: https://pytaku.imnhan.com
(db may be hosed any time, also expect bugs)

Production instance coming When It's Ready (tm).



@@ 89,7 90,7 @@ I'm running my instance on Debian 11, but any unix-like environment with these
should work:

- python3.7+
- apws (on Debian, simply install the `python3-apsw` package)
- apsw (on Debian, simply install the `python3-apsw` package)
- the rest are all pypi packages that should be automatically installed when
  you run `pip install pytaku`


M pyproject.toml => pyproject.toml +1 -1
@@ 1,6 1,6 @@
[tool.poetry]
name = "pytaku"
version = "0.6.1"
version = "0.6.2"
description = "Self-hostable web-based manga reader"
authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
license = "AGPL-3.0-only"