update pyproject, fix collation test

This commit is contained in:
Robert Lechte 2018-11-20 17:45:25 +11:00
parent 67680c4036
commit fc110844c0
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ pytest-sugar = "*"
psycopg2-binary = "*"
flake8 = "*"
isort = "*"
black = {version = "*", python = ">=3.6"}
black = {python=">3.6", version="*", allow_prereleases=true}
[tool.poetry.scripts]
migra = 'migra:do_command'

View File

@ -1,4 +1,4 @@
CREATE COLLATION german FROM "de_DE";
CREATE COLLATION german FROM "'en-u-kn-true'";
create table t(
a text,