mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-16 00:37:11 +08:00
* run black * create monkeypatching function for adding get_item dunder * whoops i forgot the test * change the name in INSTALLED_APPS to make test pass * turn the whole thing into a proper package * move django_stubs_ext to requirements.txt * also install requirements.txt * attempt to fix pre-commit * numerous small code review fixes * fix dependency issues * small dependency fixes * configure proper license file location * add the rest of the monkeypatching * use strict mypy * update contributing with a note monkeypatching generics * copy release script from parent package
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
wheel
|
|
mypy==0.790
|
|
requests==2.24.0
|
|
coreapi==2.3.3
|
|
typing-extensions==3.7.4.3
|
|
gitpython==3.1.9
|
|
pre-commit==2.7.1
|
|
pytest==6.1.1
|
|
pytest-mypy-plugins==1.6.1
|
|
psycopg2-binary
|
|
-e ./django_stubs_ext
|
|
-e .
|