Skip to content
Snippets Groups Projects
Unverified Commit 9d44896c authored by Luke Murphy's avatar Luke Murphy
Browse files

Add pymysql, lock again and sort order.

parent 66452a9f
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ python_version = "2.7" ...@@ -9,7 +9,7 @@ python_version = "2.7"
[packages] [packages]
"django-bootstrap3" = "*" "django-bootstrap3" = "*"
"django-tables2" = "*" "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" = "*" "linecache2" = "*"
Django = "==1.11.15" Django = "==1.11.15"
MySQL-python = "*" MySQL-python = "*"
...@@ -17,6 +17,7 @@ Pillow = "*" ...@@ -17,6 +17,7 @@ Pillow = "*"
cssmin = "*" cssmin = "*"
django-assets = "*" django-assets = "*"
django-braces = "*" django-braces = "*"
django-constance = {version = "*",extras = ["database"]}
django-filter = "==1.1.0" django-filter = "==1.1.0"
django-floppyforms = "*" django-floppyforms = "*"
django-form-utils = "*" django-form-utils = "*"
...@@ -27,20 +28,20 @@ djangorestframework-bulk = "*" ...@@ -27,20 +28,20 @@ djangorestframework-bulk = "*"
jsmin = "*" jsmin = "*"
jsonfield = "*" jsonfield = "*"
openpyxl = "*" openpyxl = "*"
pymysql = "*"
python-dateutil = "*" python-dateutil = "*"
pytz = "*" pytz = "*"
django-constance = {version = "*", extras = ["database"]}
rest-pandas = "*" rest-pandas = "*"
[dev-packages] [dev-packages]
django-debug-toolbar = "*"
django-extensions = "*"
factory_boy = "*" factory_boy = "*"
isort = "*" isort = "*"
mock = "*" mock = "*"
py = "*" py = "*"
pylava = "*" pylava = "*"
pytest-django = "*"
pytest-pythonpath = "*"
pytest-cov = "*" pytest-cov = "*"
pytest-django = "*"
pytest-env = "*" pytest-env = "*"
django-extensions = "*" pytest-pythonpath = "*"
django-debug-toolbar = "*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment