We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e89fb45 commit b511351Copy full SHA for b511351
1 file changed
src/pyproject.toml
@@ -1,20 +1,17 @@
1
2
[tool.poetry]
3
name = "fable-python"
4
-version = "0.1.0"
+version = "0.18.0"
5
description = "Python bindings for Fable"
6
authors = ["Dag Brattli <dag@brattli.net>"]
7
license = "MIT"
8
9
[tool.poetry.dependencies]
10
-python = "^3.8"
11
-fable-library = "^0.3.0"
+python = ">= 3.9, < 4.0"
+fable-library = "^0.8.0"
12
13
[tool.poetry.dev-dependencies]
14
15
-[tool.fable]
16
-package-dir = "fable-python/fable_python"
17
-
18
[build-system]
19
requires = ["poetry-core>=1.0.0"]
20
build-backend = "poetry.core.masonry.api"
0 commit comments