aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeLines
* Adds Django Distill To ProjectGravatar Hassan Abouelela2021-10-10-0/+2
| | | | | Adds django-distill to dependencies, and lays the basic groundwork to start building static routes. Adds a poetry task to help with testing.
* Merge branch 'master' into subdomains-to-query-pathsGravatar Johannes Christ2021-10-06-1/+2
|\
| * Pin psycopg version and re-lockGravatar Chris Lovering2021-09-22-1/+1
| | | | | | | | | | | | For some reason the lock file was out of date, which caused issues when trying to poetry install on Windows without build tools. psycopg had to be pinned to ~=2.8.0 as 2.9 introduces an issue with us not setting the db connection to UTC
| * Follow standard for dependency versioning for django-prometheusGravatar Joe Banks2021-09-02-1/+1
| | | | | | Co-authored-by: Vivaan Verma <[email protected]>
| * Install Django prometheusGravatar Joe Banks2021-09-02-0/+1
| |
* | Move subdomains to query paths.Gravatar Johannes Christ2021-06-08-1/+0
|/ | | | | | | | | | | | | | In more detail: - Use Django URL namespaces (e.g. `api:bot:infractions`) instead of `django_hosts` host argument. - Update the hosts file setup documentation to remove subdomain entries. - Update the hosts file setup documentation to mention that the entry of `pythondiscord.local` is not required and mainly for convenience. - Rename the `APISubdomainTestCase` to the more fitting `AuthenticatedAPITestCase`, as authentication is all that is left that the class is doing. - Drop dependency to `django_hosts`.
* Replace pipenv with poetryGravatar Chris2021-05-17-0/+55
| | | | Including the pre-commit config here too, so I can actually lint
* [#193] Replace Poetry with PipenvGravatar Gareth Coles2019-04-05-44/+0
|
* Use poetry for dependency managemnet.Gravatar Johannes Christ2019-02-05-0/+44
|
* Fix up CI.Gravatar Johannes Christ2018-09-16-27/+0
|
* Use sane package manager.Gravatar Johannes Christ2018-09-16-0/+27