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"
2021-05-12 19:24:33 +02:00
Flask = "^2.0.0"
2022-12-15 23:51:27 +01:00
Flask-Caching = "^2.0.1"
2021-05-12 19:24:33 +02:00
sentry-sdk = {extras = ["flask"], version = "^1.1.0"}
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"
2022-03-28 23:51:01 +02:00
pytz = "^2022.1"
2019-12-25 19:58:33 +01:00
gunicorn = "^20.0.4"
2022-03-01 22:25:39 +01:00
redis = "^4.1.4"
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"