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:
Marti Raudsepp
2020-03-12 00:19:51 +03:00
committed by GitHub
parent fe3b95c611
commit f77073157b
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -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 .