From 8b01b12bfe50ebf6dc3660df590c6d5c3b802c58 Mon Sep 17 00:00:00 2001 From: Ron Hudson <3606628+pastorhudson@users.noreply.github.com> Date: Wed, 26 Sep 2018 14:52:23 -0400 Subject: [PATCH] Update requirements.txt Updated rq to 0.12.0 so it works with Python 3.7. The previous version used the reserved async variable. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5ccc1bb..b718b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ python-editor==1.0.3 pytz==2017.2 redis==2.10.6 requests==2.18.4 -rq==0.9.2 +rq==0.12.0 six==1.11.0 SQLAlchemy==1.1.14 urllib3==1.22