-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 685 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[project]
name = "trouver-une-fresque-scraper"
version = "0.1.0"
description = "Détection d'ateliers sensibilisant aux questions climatiques et sociales"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"geopy>=2.4.1",
"ics>=0.7.2",
"numpy>=2.1.3",
"pandas>=2.2.3",
"psycopg[binary,pool]>=3.2.3",
"python-dateutil>=2.9.0.post0",
"requests>=2.32.3",
"selenium>=4.26.1",
"tabulate>=0.9.0",
"langdetect",
"pre-commit",
"playwright>=1.57.0",
"playwright-stealth>=2.0.3",
]
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]