-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (32 loc) · 844 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (32 loc) · 844 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
32
33
34
35
36
37
38
39
[tool.poetry]
name = "tse"
version = "0.1.0"
description = ""
authors = ["Marcelo Oliveira <capyvara@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
orjson = "^3.8.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[tool.poetry.group.extract]
optional = true
[tool.poetry.group.extract.dependencies]
Scrapy = "^2.6.3"
ckanapi = "^4.7"
[tool.poetry.group.analysis]
optional = true
[tool.poetry.group.analysis.dependencies]
pandas = "^1.5.0"
jupyter = "^1.0.0"
py7zr = {git = "https://github.com/miurahr/py7zr.git"}
ipywidgets = "^7.0"
tdqm = "^0.0.1"
regex = "^2022.10.31"
pyarrow = "^10.0.0"
plotly = "^5.11.0"
dask = {extras = ["complete"], version = "^2022.11.1"}
elasticsearch = {extras = ["async"], version = "^8.5.1"}
mmh3 = "^3.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"