From 1b0a945e0522226bd718a096eb2d09e62263e1a8 Mon Sep 17 00:00:00 2001 From: Kartik Ohri Date: Mon, 16 May 2022 15:20:19 +0530 Subject: [PATCH] msgpack-python is now maintained under msgpack The package has been renamed to msgpack so use the newer name. See https://pypi.org/project/msgpack/ and https://github.com/msgpack/msgpack-python/issues/109. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4910cd6..660cad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ Flask-UUID>=0.2 sentry-sdk[flask]>=0.20.2 certifi redis>=3.5,<4.0 -msgpack-python==0.5.6 +msgpack==0.5.6 requests>=2.23.0 SQLAlchemy>=1.3.16 mbdata==25.0.4 sqlalchemy-dst>=1.0.1 importlib-metadata>=3.10.0 itsdangerous==2.0.1 -MarkupSafe==2.0.1 \ No newline at end of file +MarkupSafe==2.0.1