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

Use django-constance[database]

parent 6239c5dd
No related branches found
No related tags found
1 merge request!62Remove hardcoded question type
...@@ -29,7 +29,7 @@ jsonfield = "*" ...@@ -29,7 +29,7 @@ jsonfield = "*"
openpyxl = "*" openpyxl = "*"
python-dateutil = "*" python-dateutil = "*"
pytz = "*" pytz = "*"
django-constance = "*" django-constance = {version = "*", extras = ["database"]}
[dev-packages] [dev-packages]
factory_boy = "*" factory_boy = "*"
......
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "210a8806fc2d84e47c10db03977ac6d63925ced3f30b7bcdbe10d5f8d710015c" "sha256": "2aa92a301153dd63c052458b6505a6e5e864ea6ab28df9aa9b93d34d9f869ee5"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -83,6 +83,13 @@ ...@@ -83,6 +83,13 @@
"index": "pypi", "index": "pypi",
"version": "==1.0.3" "version": "==1.0.3"
}, },
"django-picklefield": {
"hashes": [
"sha256:8d1de6be099044ae61e55998b35de18a57499b946fe45781077f5cec4f73f0e0",
"sha256:ce7fee5c6558fe5dc8924993d994ccde75bb75b91cd82787cbd4c92b95a69f9c"
],
"version": "==1.1.0"
},
"django-spreadsheetresponsemixin": { "django-spreadsheetresponsemixin": {
"hashes": [ "hashes": [
"sha256:49bc18d53ccc9e6301804f7b73ca54b1d1c3f9ced18540531647e17e9b1c4f54" "sha256:49bc18d53ccc9e6301804f7b73ca54b1d1c3f9ced18540531647e17e9b1c4f54"
...@@ -400,7 +407,7 @@ ...@@ -400,7 +407,7 @@
"sha256:8eb170f8d0d61825e09a95b38be068299ddeda82f35e96c3301a8a5e7604cb83", "sha256:8eb170f8d0d61825e09a95b38be068299ddeda82f35e96c3301a8a5e7604cb83",
"sha256:d1aa2a11ba7b8f7b21ab852b1fb5afb277e1bb99d5dfc663380b5015c0d80c5a" "sha256:d1aa2a11ba7b8f7b21ab852b1fb5afb277e1bb99d5dfc663380b5015c0d80c5a"
], ],
"markers": "python_version < '3.6'", "markers": "python_version < '3.4'",
"version": "==2.3.2" "version": "==2.3.2"
}, },
"pbr": { "pbr": {
......
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