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

add redis

This commit is contained in:
Lukas Winkler 2019-12-25 20:05:55 +01:00
parent a3cc897948
commit 536ac36889
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 17 additions and 1 deletions

17
poetry.lock generated
View file

@ -157,6 +157,17 @@ optional = false
python-versions = "*"
version = "2019.3"
[[package]]
category = "main"
description = "Python client for Redis key-value store"
name = "redis"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
version = "3.3.11"
[package.extras]
hiredis = ["hiredis (>=0.1.3)"]
[[package]]
category = "main"
description = "Python HTTP for Humans."
@ -254,7 +265,7 @@ termcolor = ["termcolor"]
watchdog = ["watchdog"]
[metadata]
content-hash = "0e4e11ad1b3fb08d14479d937a60592bb23e0821c76fc042dbd95122d247dff4"
content-hash = "45ec162bb06b79b4c2287733fa71be8ac7a517d6841a697e0c4a2c4c59ecbf62"
python-versions = ">=3.7"
[metadata.files]
@ -343,6 +354,10 @@ pytz = [
{file = "pytz-2019.3-py2.py3-none-any.whl", hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"},
{file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"},
]
redis = [
{file = "redis-3.3.11-py2.py3-none-any.whl", hash = "sha256:3613daad9ce5951e426f460deddd5caf469e08a3af633e9578fc77d362becf62"},
{file = "redis-3.3.11.tar.gz", hash = "sha256:8d0fc278d3f5e1249967cba2eb4a5632d19e45ce5c09442b8422d15ee2c22cc2"},
]
requests = [
{file = "requests-2.22.0-py2.py3-none-any.whl", hash = "sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"},
{file = "requests-2.22.0.tar.gz", hash = "sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"},

View file

@ -16,6 +16,7 @@ beautifulsoup4 = "^4.8.2"
PyMySQL = "^0.9.3"
pytz = "^2019.3"
gunicorn = "^20.0.4"
redis = "^3.3.11"
[tool.poetry.dev-dependencies]