mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-05-17 13:59:46 +08:00
updated package setup (#485)
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
This commit is contained in:
committed by
GitHub
parent
a3624dec36
commit
44151c485d
@@ -1,8 +1,11 @@
|
||||
black
|
||||
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
|
||||
flake8==3.7.9
|
||||
flake8-pyi==19.3.0
|
||||
isort==4.3.21
|
||||
gitpython==3.1.0
|
||||
-e .
|
||||
|
||||
Reference in New Issue
Block a user