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:
parent
a7dac64395
commit
8b01b12bfe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue