We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35b90b commit 10cbe56Copy full SHA for 10cbe56
pyproject.toml
@@ -5,7 +5,7 @@ authors = ["Abilian SAS"]
5
description = "OlaPy, an experimental OLAP engine based on Pandas"
6
7
[tool.poetry.dependencies]
8
-python = "2.7.*,>3.6"
+python = ">2.7"
9
10
# Later version don't support Python 2 anymore
11
numpy = "<1.17"
@@ -60,7 +60,7 @@ isort = "*"
60
mypy = { version = "*", python = "^3.6" }
61
flake8-bugbear = { version = "*", python = "^3.6" }
62
flake8-mypy = { version = "*", python = "^3.6" }
63
-black = { version = "*", python = "^3.6", allows-prereleases = true }
+black = { version = "*", python = "^3.6", allow-prereleases = true }
64
65
# Doc
66
sphinx-click = "*"
0 commit comments