Add ipaddress to Pipfile for 2.7 support.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-22 18:14:18 -04:00
parent e931bd0b74
commit 292d5b75c0
2 changed files with 10 additions and 6 deletions

11
Pipfile
View File

@ -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 = "*"

5
Pipfile.lock generated
View File

@ -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"
},