rudibridge-mirror/api/pyproject.toml
Ewen c8370a5418 fix(backend): small edits or new features
- manage CORS
- return feed as XML/RSS or Json
2024-05-12 11:29:57 +02:00

25 lines
494 B
TOML

[tool.poetry]
name = "api"
version = "0.1.0"
description = "The API behind Rudibridge"
authors = ["Ewen <darempred@korr.bzh>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
flask = "^3.0.3"
gunicorn = "^22.0.0"
flask-sqlalchemy = "^3.1.1"
pytest = "^8.2.0"
coverage = "^7.5.1"
requests = "^2.31.0"
botasaurus = "^4.0.14"
dateparser = "^1.2.0"
validators = "^0.28.1"
flask-cors = "^4.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"