Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 26, 2020
1 parent 33048a1 commit fa1de99
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name = "olapy"
version = "0.0.0"
authors = ["Abilian SAS"]
description = "OlaPy, an experimental OLAP engine based on Pandas"

[tool.poetry.dependencies]
python = "*"
python = "2.7.*,>3.6"

# Later version don't support Python 2 anymore
numpy = "<1.17"
Expand All @@ -15,7 +16,7 @@ click = "*"
lxml = "*"
pyyaml = ">=4.2b1"
regex = "*"
spyne = { version = "^2.13", allows-prereleases = true }
spyne = { version = "^2.13", allow-prereleases = true }
sqlalchemy = "*"
typing = "*"
xmlwitch = "*"
Expand Down

0 comments on commit fa1de99

Please sign in to comment.