Files @ 88b94840f125
Branch filter:

Location: C3L-NOC/spaceapi/pyproject.toml - annotation

Dennis Fink
Add more typing
[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]
vermin = "^1.4.0"
mypy = "^0.971"
black = "^22.6.0"
isort = "^5.10.1"
types-setuptools = "^63.2.0"

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