Commit Graph

15 Commits

Author SHA1 Message Date
Drew DeVault 9829524b62 GraphQL finishing touches 2021-05-03 14:08:21 -04:00
Drew DeVault 95a64e4705 Add "master-shell", supports submitting via SSH 2020-07-30 16:59:31 -04:00
Eli Schwartz e2ced976bc setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile
importlib.resources will guarantee to find any importable module, and
check that the resource ('Makefile') can be found within it.

This lets us get rid of the current getsitepackages() hack and
environment variable fallback, which is both verbose and badly handles
some edge cases when installing modules, and instead use the recommended
way to find data files shipped with a python module.
2020-05-11 09:35:52 -04:00
Drew DeVault 3fee55fa1d Add buildsrht-initdb 2020-03-26 08:54:11 -04:00
Denis Laxalde 6512ef6b61 Drop flask_login from install requires
This is unused since 0.51.0 and SSO.
2019-12-01 17:23:52 -05:00
Drew DeVault 0c943e604f Add support for acquiring shell environment 2019-08-14 11:30:47 +09:00
Éloi Rivard 0fb64f8bce Define 'make' program via an environment variable 2019-05-30 10:18:45 -04:00
Drew DeVault 6c402807a9 Update setup.py to be more portable 2019-01-30 11:17:28 -05:00
Drew DeVault 4649f7e767 Use core.sr.ht-managed alembic 2018-12-31 12:19:15 -05:00
kaleb@coded.io 492991a43b Fix dependencies
Note that this also removes the dependency on pgpy because the core
library also depends on it.
2018-10-11 19:58:47 -04:00
Drew DeVault 7f9a5d5ed5 Remove runner from setup.py 2018-09-10 08:28:04 -04:00
Drew DeVault 0b8c960d1f Add icons to Python package 2018-09-01 14:47:36 -04:00
Drew DeVault de683bdb6a Split the runner up into more discrete parts 2018-07-13 07:01:15 -04:00
Drew DeVault 8d43b5ad68 Don't require images on master 2017-04-18 10:14:54 -04:00
Drew DeVault 775a9f6398 Add setup.py 2017-04-18 09:12:56 -04:00