1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 14:16:01 +02:00

Add flake8 to pipenv

This commit is contained in:
2018-11-04 15:38:51 +02:00
parent 60cfd8f23b
commit be18779ff9
2 changed files with 31 additions and 1 deletions

View File

@ -16,6 +16,7 @@ requests = "==2.20.0"
six = "==1.11.0"
solrclient = {editable = true, ref = "c629e3475be37c82770b2be61748be7e29882648", git = "git://github.com/alanorth/SolrClient.git"}
"urllib3" = "==1.24"
"flake8" = "*"
[dev-packages]