Initial commit
This commit is contained in:
17
pyproject.toml
Normal file
17
pyproject.toml
Normal file
@ -0,0 +1,17 @@
|
||||
[tool.poetry]
|
||||
name = "ilri-wordcloud"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Alan Orth <alan.orth@gmail.com>"]
|
||||
license = "GPLv3"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
wordcloud = "^1.8.1"
|
||||
isort = "^5.9.3"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user