aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml (follow)
Commit message (Collapse)AuthorAgeLines
* Update dependencyGravatar GDWR2022-02-08-1/+1
|
* Add more tests for the new resources page.Gravatar Leon Sandøy2022-01-31-0/+1
| | | | Coverage is now 100%.
* Revert changes to pyproject.toml.Gravatar Leon Sandøy2022-01-31-16/+17
| | | | | These changes were not necessary. I am very sorry for the things that I did.
* Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Hassan Abouelela2022-01-31-1/+1
|\ | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml
| * Update pyfakefs to 4.5Gravatar Johannes Christ2022-01-30-1/+1
| | | | | | | | This is required to allow running tests on 3.10.
* | Clean up dependency file and bump simple-bulma.Gravatar Leon Sandøy2022-01-27-16/+16
| |
* | Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Leon Sandøy2022-01-23-4/+4
|\|
| * Bump drf up to 3.12.0Gravatar Chris Lovering2021-12-13-1/+1
| | | | | | | | This is to add support for Django 3.1's database-agnositic JSONField.
| * Bump django from 3.1.13 to 3.1.14Gravatar dependabot[bot]2021-12-11-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 3.1.13 to 3.1.14. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.13...3.1.14) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
| * Update `django-filter` for new Django versionGravatar Johannes Christ2021-11-27-1/+1
| |
| * Bump django from 3.0.14 to 3.1.13Gravatar dependabot[bot]2021-11-26-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 3.0.14 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.14...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
| * Fix Typo In Static TaskGravatar Hassan Abouelela2021-11-26-1/+1
| |
| * 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
| * | 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`.
* | | Merge with main, resolve conflicts.Gravatar swfarnsworth2021-09-05-0/+1
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | fix: Pin `psycopg2-binary` to v2.8.*Gravatar Vivaan Verma2021-08-12-1/+1
| | | | | | | | `psycopg2-binary` introduced a change that cause Django to break in v2.9. Without this pin, starting up the site raises an `AssertionError: database connection isn't set to UTC`
* | chore: Update django-simple-bulma from v2.1 to v2.4Gravatar Vivaan Verma2021-08-12-1/+1
|/ | | | This is needed because the flexbox helper classes were only introduced in later versions (Bulma v0.9.1 and djano-simple-bulma v2.4.0)
* 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