8 Commits

Author SHA1 Message Date
ccde9b17a9
Add snowballstemmer required by sphinx 2022-03-01 09:42:15 +08:00
51b14efa48
Add Search plugin: indexedsearch 2022-02-28 10:20:36 +08:00
Elisei Roca
fe01dd00fb
Replace py-bcrypt with bcrypt.
Almost a drop-in replacement, only needed some str - byte conversions.

The former has not seen a release since 2013, the latter is active with
a last release on Aug. 16th 2020.

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
2021-10-11 21:57:40 +11:00
Ben Sturmfels
e8efeaa8f5
Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04.
This also aligns with our requirement of Python 3.6 or greater due to recent
jinja2 versions requiring f-strings.
2021-09-23 14:17:34 +10:00
Elisei Roca
b30ee2e4d2
Add db/migrations/env.py to MANIFEST.in
This fixes a warning I have with packaging where this file would get
installed in the wrong place (/usr/mediagoblin/env.py).

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
2021-09-20 12:10:04 +10:00
Ben Sturmfels
3cd6d6ff04
Remove reference to unused translitcodec. 2021-04-23 13:54:59 +10:00
Ben Sturmfels
45a8c34a71
Don't include package_dir argument. 2021-04-08 19:12:15 +10:00
Ben Sturmfels
ecea680d67
Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py. 2021-04-08 18:55:13 +10:00