aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add billiard required by celeryHEADmasterJesús2022-03-011-0/+1
|
* Add snowballstemmer required by sphinxJesús2022-03-011-0/+1
|
* Add Search plugin: indexedsearchJesús2022-02-281-0/+1
|
* Replace py-bcrypt with bcrypt.Elisei Roca2021-10-111-1/+1
| | | | | | | | | 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>
* Upgrade jinja2 to fix issue installing old markupsafe on Ubuntu 18.04.Ben Sturmfels2021-09-231-1/+2
| | | | | This also aligns with our requirement of Python 3.6 or greater due to recent jinja2 versions requiring f-strings.
* Add db/migrations/env.py to MANIFEST.inElisei Roca2021-09-201-5/+0
| | | | | | | 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>
* Remove reference to unused translitcodec.Ben Sturmfels2021-04-231-2/+0
|
* Don't include package_dir argument.Ben Sturmfels2021-04-081-5/+0
|
* Add pyproject.toml and switch to setup.cfg with only a skeleton setup.py.Ben Sturmfels2021-04-081-0/+106