Skip to content

Commit

Permalink
chore: v0.1.1 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke authored Oct 6, 2022
1 parent 0e23acd commit fbe873b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,17 +4,21 @@ build-backend = "maturin"

[project]
name = "fastexcel"
requires-python = ">=3.7"
version = "0.1.1"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pandas>=1.4.4,<1.5",
"pyarrow>=8.0.0,<8.1.0",
]

[project.urls]
"Source Code" = "https://github.com/ToucanToco/fastexcel"
Issues = "https://github.com/ToucanToco/fastexcel"

[tool.maturin]
python-source = "python"

0 comments on commit fbe873b

Please sign in to comment.