Update requirements.txt

Updated rq to 0.12.0 so it works with Python 3.7. The previous version used the reserved async variable.
This commit is contained in:
Ron Hudson 2018-09-26 14:52:23 -04:00 committed by GitHub
parent a7dac64395
commit 8b01b12bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ python-editor==1.0.3
pytz==2017.2 pytz==2017.2
redis==2.10.6 redis==2.10.6
requests==2.18.4 requests==2.18.4
rq==0.9.2 rq==0.12.0
six==1.11.0 six==1.11.0
SQLAlchemy==1.1.14 SQLAlchemy==1.1.14
urllib3==1.22 urllib3==1.22