Include allauth requirements in dev

This commit is contained in:
Jens Langhammer 2018-12-09 22:44:27 +01:00
parent a97fc67bff
commit 04205cd19a
No known key found for this signature in database
GPG Key ID: BEBC05297D92821B
1 changed files with 2 additions and 1 deletions

View File

@ -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