diff --git a/Pipfile b/Pipfile index 6d8c2b2..d25ff82 100644 --- a/Pipfile +++ b/Pipfile @@ -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] diff --git a/Pipfile.lock b/Pipfile.lock index ef56b84..2fca99a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4ff01422f82d013557bf6146c507ac9975309692404e50f42b6483fbfa41b002" + "sha256": "cd1b4dcb6bfa3d9dff952df62b3ce91ac567b858e2aab9133d073e3dca7427fd" }, "pipfile-spec": 6, "requires": { @@ -40,6 +40,14 @@ "index": "pypi", "version": "==1.4.1" }, + "flake8": { + "hashes": [ + "sha256:6a35f5b8761f45c5513e3405f110a86bea57982c3b75b766ce7b65217abe1670", + "sha256:c01f8a3963b3571a8e6bd7a4063359aff90749e160778e03817cd9b71c9e07d2" + ], + "index": "pypi", + "version": "==3.6.0" + }, "gunicorn": { "hashes": [ "sha256:aa8e0b40b4157b36a5df5e599f45c9c76d6af43845ba3b3b0efe2c70473c2471", @@ -64,6 +72,13 @@ "index": "pypi", "version": "==2.5.0" }, + "mccabe": { + "hashes": [ + "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42", + "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" + ], + "version": "==0.6.1" + }, "psycopg2-binary": { "hashes": [ "sha256:04afb59bbbd2eab3148e6816beddc74348078b8c02a1113ea7f7822f5be4afe3", @@ -100,6 +115,20 @@ "index": "pypi", "version": "==2.7.5" }, + "pycodestyle": { + "hashes": [ + "sha256:cbc619d09254895b0d12c2c691e237b2e91e9b2ecf5e84c26b35400f93dcfb83", + "sha256:cbfca99bd594a10f674d0cd97a3d802a1fdef635d4361e1a2658de47ed261e3a" + ], + "version": "==2.4.0" + }, + "pyflakes": { + "hashes": [ + "sha256:9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49", + "sha256:f661252913bc1dbe7fcfcbf0af0db3f42ab65aabd1a6ca68fe5d466bace94dae" + ], + "version": "==2.0.0" + }, "python-mimeparse": { "hashes": [ "sha256:76e4b03d700a641fd7761d3cd4fdbbdcd787eade1ebfac43f877016328334f78",