From 9d44896c06cc1532e4d33a05adeaa7ca3eb9d921 Mon Sep 17 00:00:00 2001
From: Luke Murphy <lukewm@riseup.net>
Date: Sun, 25 Nov 2018 18:01:40 +0100
Subject: [PATCH] Add pymysql, lock again and sort order.

---
 Pipfile | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/Pipfile b/Pipfile
index 5fdb2388..e49d9b86 100644
--- a/Pipfile
+++ b/Pipfile
@@ -9,7 +9,7 @@ python_version = "2.7"
 [packages]
 "django-bootstrap3" = "*"
 "django-tables2" = "*"
-"django.js" = {ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19", editable = true, git = "https://git@github.com/aptivate/django.js.git"}
+"django.js" = {editable = true,ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19",git = "https://git@github.com/aptivate/django.js.git"}
 "linecache2" = "*"
 Django = "==1.11.15"
 MySQL-python = "*"
@@ -17,6 +17,7 @@ Pillow = "*"
 cssmin = "*"
 django-assets = "*"
 django-braces = "*"
+django-constance = {version = "*",extras = ["database"]}
 django-filter = "==1.1.0"
 django-floppyforms = "*"
 django-form-utils = "*"
@@ -27,20 +28,20 @@ djangorestframework-bulk = "*"
 jsmin = "*"
 jsonfield = "*"
 openpyxl = "*"
+pymysql = "*"
 python-dateutil = "*"
 pytz = "*"
-django-constance = {version = "*", extras = ["database"]}
 rest-pandas = "*"
 
 [dev-packages]
+django-debug-toolbar = "*"
+django-extensions = "*"
 factory_boy = "*"
 isort = "*"
 mock = "*"
 py = "*"
 pylava = "*"
-pytest-django = "*"
-pytest-pythonpath = "*"
 pytest-cov = "*"
+pytest-django = "*"
 pytest-env = "*"
-django-extensions = "*"
-django-debug-toolbar = "*"
+pytest-pythonpath = "*"
-- 
GitLab