We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2900be commit a7a26d3Copy full SHA for a7a26d3
1 file changed
pyproject.toml
@@ -0,0 +1,21 @@
1
+
2
+[build-system]
3
+requires = [
4
+ "wheel",
5
+ "Cython>=3.1.0",
6
+]
7
8
9
+[project]
10
+name = 'selectolax'
11
+version = '0.3.29'
12
+description = 'Fast HTML5 parser with CSS selectors.'
13
+readme = 'README.rst'
14
+requires-python = '>=3.8'
15
+license = {text = 'MIT'}
16
+authors = [
17
+ {name = 'Artem Golubin', email = 'me@rushter.com'}
18
19
+dependencies = [
20
21
0 commit comments