fix poe
poe was assuming we were using poetry - I have configured it not to use poetry now. This required using a newer version.
This commit is contained in:
parent
53876ee70d
commit
17b19d7dfd
2 changed files with 5 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -107,7 +107,7 @@ setup(
|
|||
"pylint ~= 2.3",
|
||||
"pytest ~= 6.1.2",
|
||||
"mypy ~= 0.790",
|
||||
"poethepoet ~= 0.9.0",
|
||||
"poethepoet ~= 0.10.0",
|
||||
"freezegun ~= 1.0.0",
|
||||
"lxml ~= 4.6",
|
||||
"black == 18.3a0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue