1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

feat: astrological info script

This commit is contained in:
2021-11-19 08:09:08 +01:00
parent e27db27fd8
commit 2aff28c6ed
7 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "horoscope"
version = "0.1.0"
description = ""
authors = ["Kierán Meinhardt <kmein@posteo.de>"]
[tool.poetry.dependencies]
python = "^3.8"
flatlib = "^0.2.3"
click = "^8.0.3"
[tool.poetry.scripts]
horoscope = "horoscope:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"