Commit 95ce719a authored by sim's avatar sim

[FIX] Workaround pipenv issue with alembic being ignored

parent 5ae03fbc
......@@ -29,6 +29,12 @@
]
},
"default": {
"alembic": {
"hashes": [
"sha256:042851ebe9efa07be6dc1395b1793b6c1d8964a39b73a0ce1649e2bcd41ea732"
],
"version": "==0.9.6"
},
"amqp": {
"hashes": [
"sha256:e0ed0ce6b8ffe5690a2e856c7908dc557e0e605283d6885dd1361d79f2928908",
......@@ -110,6 +116,18 @@
],
"version": "==3.0.37"
},
"mako": {
"hashes": [
"sha256:4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae"
],
"version": "==1.0.7"
},
"markupsafe": {
"hashes": [
"sha256:a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665"
],
"version": "==1.0"
},
"psycopg2": {
"hashes": [
"sha256:594aa9a095de16614f703d759e10c018bdffeafce2921b8e80a0e8a0ebbc12e5",
......@@ -166,6 +184,12 @@
],
"version": "==3.1"
},
"python-editor": {
"hashes": [
"sha256:a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565"
],
"version": "==1.0.3"
},
"pytz": {
"hashes": [
"sha256:80af0f3008046b9975242012a985f04c5df1f01eed4ec1633d56cc47a75a6a48",
......
......@@ -2,7 +2,7 @@
[alembic]
# path to migration scripts
script_location = alembic
script_location = gargalembic
# template used to generate migration files
# file_template = %%(rev)s_%%(slug)s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment