1
0
Fork 0
mirror of https://github.com/Findus23/RadioStats.git synced 2024-09-19 16:03:48 +02:00
RadioStats/pyproject.toml

27 lines
552 B
TOML
Raw Normal View History

2019-12-25 19:56:48 +01:00
[tool.poetry]
name = "radio"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
2022-12-15 23:51:27 +01:00
python = ">=3.11,<4"
2019-12-25 19:56:48 +01:00
requests = "^2.22.0"
2023-12-16 17:37:33 +01:00
Flask = "^3.0.0"
2022-12-15 23:51:27 +01:00
Flask-Caching = "^2.0.1"
2024-05-04 20:31:04 +02:00
sentry-sdk = {extras = ["flask"], version = "^2.0.1"}
2021-11-25 13:17:44 +01:00
spotipy = "^2.16.0"
2019-12-25 19:56:48 +01:00
peewee = "^3.13.1"
beautifulsoup4 = "^4.8.2"
2024-05-04 20:31:04 +02:00
pytz = "^2024.1"
gunicorn = "^22.0.0"
2023-12-16 17:37:33 +01:00
redis = "^5.0.0"
2021-11-23 21:00:10 +01:00
psycopg2 = "^2.9.2"
2021-11-23 21:32:02 +01:00
websocket-client = "^1.2.1"
2019-12-25 19:56:48 +01:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"