Include allauth requirements in dev
This commit is contained in:
parent
a97fc67bff
commit
04205cd19a
|
@ -1,4 +1,5 @@
|
|||
-r requirements.txt
|
||||
-r allauth/requirements.txt
|
||||
coverage
|
||||
isort
|
||||
astroid==2.0.4
|
||||
|
@ -10,4 +11,4 @@ pycodestyle<2.4.0,>=2.0.0
|
|||
bumpversion
|
||||
unittest-xml-reporting
|
||||
autopep8
|
||||
bandit
|
||||
bandit
|
||||
|
|
Reference in New Issue