Files @ f591cd1f3c49
Branch filter:

Location: C3L-NOC/spaceapi/pyproject.toml

Dennis Fink
Merge send_tweet and post_tweet, send_toot and post_toot, send_email and post_email into the spaceapi class
[tool.poetry]
name = "spaceapi"
version = "0.0.17"
description = "SpaceAPI Endpoint for c3l.lu"
authors = ["Dennis Fink <dennis.fink@c3l.lu>"]
license = "GPLv3+"

[tool.poetry.dependencies]
python = "~3.7.3"
Flask = "^2.1.2"
Flask-Bootstrap = "^3.3.7"
Flask-HTTPAuth = "^4.7.0"
jsonschema = "^4.6.0"
"Mastodon.py" = "^1.5.1"
tweepy = "^4.10.0"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"