From 292d5b75c03722a1760cc77d0f12eb54f3855622 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Sun, 22 Oct 2017 18:14:18 -0400 Subject: [PATCH] Add ipaddress to Pipfile for 2.7 support. --- Pipfile | 11 ++++++----- Pipfile.lock | 5 ++++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index 63a7220e..189f4b8a 100644 --- a/Pipfile +++ b/Pipfile @@ -2,11 +2,6 @@ verify_ssl = true url = "https://pypi.python.org/simple" -[dev-packages] -coveralls = "*" -faker = "*" -flake8 = "*" - [packages] django = "*" djangorestframework = "*" @@ -14,3 +9,9 @@ django-filter = "*" django-widget-tweaks = "*" plotly = "*" pandas = "*" + +[dev-packages] +coveralls = "*" +faker = "*" +flake8 = "*" +ipaddress = "*" diff --git a/Pipfile.lock b/Pipfile.lock index f96628aa..3aa9275a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "de9e2ccb120ed37e0adc3bd4f7054692647908b13127feb81f888290d060c1c8" + "sha256": "6320081dc17e4c796cda43fc5a5bef12a154917fc572a75a5444e78454385e12" }, "requires": {}, "sources": [ @@ -101,6 +101,9 @@ "idna": { "version": "==2.6" }, + "ipaddress": { + "version": "==1.0.18" + }, "mccabe": { "version": "==0.6.1" },