mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-08-15 04:11:04 +08:00
Fix CI build errors (#339)
* Updated gitpython dependency to fix error: ModuleNotFoundError: No module named 'gitdb.utils.compat' * Updated Django repository git refs because old 3.0.x commit hash gave error: stderr: 'fatal: reference is not a tree: 6cb30414bc0f83b49afc4cae76d4af5656effe9a' * Newer Django version also needs new ignores.
This commit is contained in:
@@ -4,5 +4,5 @@ psycopg2
|
||||
flake8==3.7.9
|
||||
flake8-pyi==19.3.0
|
||||
isort==4.3.21
|
||||
gitpython==3.0.5
|
||||
gitpython==3.1.0
|
||||
-e .
|
||||
|
||||
Reference in New Issue
Block a user