-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (26 loc) · 820 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (26 loc) · 820 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
[tool.poetry]
name = "simplecel"
version = "0.2.10.7dev1"
description = "Offline Excel-like app with no formula conversion, but with image/markdown/HTML support."
authors = ["Pacharapol Withayasakpunt <patarapolw@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/patarapolw/simplecel"
homepage = "https://github.com/patarapolw/simplecel"
keywords = ['excel', 'handsontable', 'pyexcel']
[tool.poetry.dependencies]
python = ">=3"
pyexcel = "^0.5.8"
flask = "^1.0"
click = "^6.7"
"ruamel.yaml" = "^0.15.48"
[tool.poetry.dev-dependencies]
pytest = "^3.7"
python-dotenv = "^0.9.0"
#pyexcel-xlsx = "^0.5.6"
#pyexcel-export = "^0.3.5"
pyexcel-xls = "^0.5.7"
pyexcel-xlsxwx = "^0.1.6"
#pyexcel-xlsxwx = {path = "../pyexcel-xlsxwx"}
[tool.poetry.scripts]
simplecel = 'simplecel.__main__:cli'