-
-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 810 Bytes
/
Copy pathpyproject.toml
File metadata and controls
31 lines (28 loc) · 810 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
30
31
[tool.poetry]
name = "transfermarkt-datasets"
version = "0.1.0"
description = "Extract, prepare, publish and update Transfermarkt datasets."
authors = ["dcaribou <davidcereijo@live.com>"]
[tool.poetry.dependencies]
python = "^3.12, <3.13"
pandas = "^2.1.1"
frictionless = "^5.0"
pytest = "^7.1.2"
scipy = "^1.11"
streamlit = "^1.29"
plotly = "^5.11.0"
transfermarkt-scraper = {git = "https://github.com/dcaribou/transfermarkt-scraper.git", branch = "main"}
dbt-duckdb = "^1.9"
duckdb-engine = "^0.9"
boto3 = "^1.28"
dvc = {extras = ["s3"], version = "^3.22.0"}
watchdog = "^3.0.0"
kaggle = "^1.6.11"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
autopep8 = "^1.7.0"
datacompy = "^0.11"
pre-commit = "^4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"