Skip to content
Snippets Groups Projects
Commit 0d25dee8 authored by Martin Burchell's avatar Martin Burchell
Browse files

Update Python, Django and mysqlclient

parent 701d2ce8
No related branches found
No related tags found
2 merge requests!166Staging,!157Django 2.2 and Python 3 upgrade
...@@ -4,14 +4,14 @@ url = "https://pypi.org/simple" ...@@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl = true verify_ssl = true
[requires] [requires]
python_version = "2.7" python_version = "3.6"
[packages] [packages]
"django-bootstrap3" = "*" "django-bootstrap3" = "*"
"django-tables2" = "==2.0.6" "django-tables2" = "==2.0.6"
"django.js" = {editable = true,git = "https://git@github.com/aptivate/django.js.git",ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19"} "django.js" = {editable = true,git = "https://git@github.com/aptivate/django.js.git",ref = "ca328a94b00023bd64f4fc1c908675edaaf2ac19"}
"linecache2" = "*" "linecache2" = "*"
Django = ">1.11.22,<2.0" Django = ">2.2.8,<3.0"
Pillow = "*" Pillow = "*"
cssmin = "*" cssmin = "*"
django-assets = "*" django-assets = "*"
...@@ -30,7 +30,7 @@ openpyxl = "*" ...@@ -30,7 +30,7 @@ openpyxl = "*"
python-dateutil = "*" python-dateutil = "*"
pytz = "*" pytz = "*"
rest-pandas = "*" rest-pandas = "*"
pymysql = "*" mysqlclient = "*"
django-debug-toolbar-template-timings = "*" django-debug-toolbar-template-timings = "*"
[dev-packages] [dev-packages]
......
This diff is collapsed.
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