-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 877 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 877 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
[tool.poetry]
name = "kaggle-downloader-package"
version = "0.1.7"
description = "A package to download datasets from Kaggle." # Descripción
authors = ["Mariano Daniel Gobea Alcoba <gobeamariano@gmail.com>"]
license = "MIT" # Tipo de licencia
homepage = "https://github.com/Mgobeaalcoba/kaggle_downloader_package"
repository = "https://github.com/Mgobeaalcoba/kaggle_downloader_package"
documentation = "https://github.com/Mgobeaalcoba/kaggle_downloader_package"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.32.3"
pandas = "^2.2.2"
seaborn = "^0.13.2"
python-dotenv = "^1.0.1"
nbformat = "^5.10.4"
chardet = "^5.2.0"
kaggle = "^1.6.17"
coverage = "^7.6.1"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"
pytest = "^6.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"