-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 760 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 760 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 = "ife"
version = "0.0.3"
description = "You can get a nice global image feature!"
authors = ["HokutoTateyama <ht235711@yahoo.co.jp>"]
repository = "https://github.com/Collonville/ImageFeatureExtractor"
license = "BSD-3-Clause"
readme = "README.md"
classifiers =[
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Scientific/Engineering"
]
[tool.poetry.dependencies]
python = "^3.6"
Pillow = "^6.1"
colour-science = "^0.3.13"
pandas = "^0.25.0"
[tool.poetry.dev-dependencies]
mypy = "^0.720.0"
flake8 = "^3.7"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"