diff --git a/Pipfile b/Pipfile index fd03d963..46ca79cf 100644 --- a/Pipfile +++ b/Pipfile @@ -19,4 +19,4 @@ flake8 = "==3.4.1" pyjokes = "==0.5.0" pytest = "==3.5.0" pytest-cov = "==2.5.1" -pytest-flake8 = "==1.0.0" +pytest-flake8 = "==1.0.0" \ No newline at end of file diff --git a/Pipfile.lock b/Pipfile.lock index cd351807..97a6d14f 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -57,7 +57,7 @@ "version": "==2.6" }, "peewee": { - "hashes": [ + "hashes": "sha256:ac72ea1e4c2060d10de6c6f6b5fefb6c0434f9fd60766227d8b8e44b1898e1ba" ], "version": "==3.2.1" diff --git a/requirements.txt b/requirements.txt index d4fd39de..fb94f468 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ beautifulsoup4==4.6.0 peewee==3.2.1 -requests==2.18.4 +requests==2.18.4 \ No newline at end of file