From 5184425172f07dd94167db279528ee739845f973 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 7 Oct 2019 15:29:11 -0500 Subject: [PATCH] Refactor: Update dependencies --- server/Pipfile | 2 +- server/Pipfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/server/Pipfile b/server/Pipfile index 5c81f97..3743c67 100644 --- a/server/Pipfile +++ b/server/Pipfile @@ -7,13 +7,13 @@ name = "pypi" flask = ">=1.1,<1.2" flask-sqlalchemy = ">=2.4,<2.5" flask-migrate = ">=2.5,<2.6" +python-dotenv = ">=0.10,<0.11" pynacl = ">=1.3,<1.4" click = ">=7.0,<7.1" rfc3339 = ">=6.2,<6.3" iso8601 = ">=0.1,<0.2" [dev-packages] -python-dotenv = ">=0.10,<0.11" pytest = ">=5.2,<5.3" coverage = ">=4.5,<4.6" pycodestyle = ">=2.5,<2.6" diff --git a/server/Pipfile.lock b/server/Pipfile.lock index 29d10f1..b199ee0 100644 --- a/server/Pipfile.lock +++ b/server/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bfebb0c481eb3830f8f5f7b2d002eeb7f7b002e8ecb0c06b8775a5b6663c39e5" + "sha256": "d7520d408998ef148cfa4cd8138e44f093e5604c75938e27dde748c17afa11ee" }, "pipfile-spec": 6, "requires": { @@ -187,6 +187,14 @@ ], "version": "==2.8.0" }, + "python-dotenv": { + "hashes": [ + "sha256:debd928b49dbc2bf68040566f55cdb3252458036464806f4094487244e2a4093", + "sha256:f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544" + ], + "index": "pypi", + "version": "==0.10.3" + }, "python-editor": { "hashes": [ "sha256:1bf6e860a8ad52a14c3ee1252d5dc25b2030618ed80c022598f00176adc8367d", @@ -546,14 +554,6 @@ ], "version": "==2.8.0" }, - "python-dotenv": { - "hashes": [ - "sha256:debd928b49dbc2bf68040566f55cdb3252458036464806f4094487244e2a4093", - "sha256:f157d71d5fec9d4bd5f51c82746b6344dffa680ee85217c123f4a0c8117c4544" - ], - "index": "pypi", - "version": "==0.10.3" - }, "pytz": { "hashes": [ "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d",