cookiecutter-django/{{cookiecutter.project_slug}}/requirements
Dalton Rardin 00ff825b8c
Add djangorestframework-stubs
Add djangorestframework-stubs to local.txt requirements
Modify setup.cfg to add stubs to mypy settings
Fix new type error in DRF

`./users/api/views.py:19: error: Incompatible type for lookup 'id': (got "Union[AutoField[Union[Combinable, int, str], int], Any]", expected "Union[str, int]")`

by asserting that `self.request.user.id` is an int
2021-10-11 20:41:32 -05:00
..
base.txt Update pytz from 2021.1 to 2021.3 2021-10-02 07:12:40 -07:00
local.txt Add djangorestframework-stubs 2021-10-11 20:41:32 -05:00
production.txt Update sentry-sdk from 1.4.2 to 1.4.3 2021-09-29 15:05:49 -07:00