updating latest from mac

This commit is contained in:
2019-11-25 18:13:52 +00:00
parent 3e8988f369
commit 1c76e1801c
73 changed files with 2267 additions and 202 deletions

24
emoji-cmd/pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[tool.poetry]
name = "emoji-cmd"
version = "1.0"
description = ""
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
[tool.poetry.dependencies]
python = "^3.7"
emojis = "^0.5.1"
argparse = "^1.4"
texttable = "^1.6"
click = "^7.0"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
mypy = "^0.740.0"
pdoc3 = "^0.7.2"
[tool.poetry.plugins."console_scripts"]
"emoji" = "emoji_cmd.cli:cli"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"