Skip to content

Commit

Permalink
bump metadata for 0.9.1 and lxml 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 10, 2024
1 parent 5c238cf commit 32f0012
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "spatula"
version = "0.9.0"
version = "0.9.1"
description = "A modern Python library for writing maintainable web scrapers."
authors = ["James Turk <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/jamesturk/spatula/"
documentation = "https://jamesturk.github.io/spatula/"
classifiers=[
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
Expand All @@ -16,6 +16,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]

Expand All @@ -26,11 +27,11 @@ spatula = 'spatula.cli:cli'
python = "^3.8"
scrapelib = "^2.0.6"
click = "^8"
lxml = "^4.6.2"
lxml = ">4.6,<6"
cssselect = "^1.1.0"
openpyxl = "^3.0.6"
attrs = {version = "^20.3.0", extras = ["attrs"]}
ipython = {version = "^7.19.0", extras = ["shell"]}
attrs = { version = "^20.3.0", extras = ["attrs"] }
ipython = { version = "^7.19.0", extras = ["shell"] }

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
Expand Down

0 comments on commit 32f0012

Please sign in to comment.