mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 14:48:12 +08:00
Updates testing packages requirements
This commit is contained in:
+19
-18
@@ -2,31 +2,32 @@
|
||||
# This file is autogenerated by pip-compile
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile --output-file requirements.txt requirements.in
|
||||
# pip-compile requirements.in
|
||||
#
|
||||
arrow==0.15.2
|
||||
blessed==1.15.0
|
||||
boto3==1.9.236
|
||||
botocore==1.12.236 # via boto3, s3transfer
|
||||
certifi==2019.9.11 # via requests
|
||||
arrow==0.15.5
|
||||
asgiref==3.2.3 # via django
|
||||
blessed==1.16.1
|
||||
boto3==1.11.4
|
||||
botocore==1.14.4 # via boto3, s3transfer
|
||||
certifi==2019.11.28 # via requests
|
||||
chardet==3.0.4 # via requests
|
||||
django-picklefield==2.0
|
||||
django-redis==4.10.0
|
||||
django==2.2.8 # via django-picklefield, django-redis
|
||||
django-redis==4.11.0
|
||||
django==3.0.2 # via django-picklefield, django-redis
|
||||
docutils==0.15.2 # via botocore
|
||||
hiredis==1.0.0
|
||||
hiredis==1.0.1
|
||||
idna==2.8 # via requests
|
||||
iron-core==1.2.0 # via iron-mq
|
||||
iron-mq==0.9
|
||||
jmespath==0.9.4 # via boto3, botocore
|
||||
psutil==5.6.3
|
||||
pymongo==3.9.0
|
||||
python-dateutil==2.8.0 # via arrow, botocore, iron-core
|
||||
pytz==2019.2 # via django
|
||||
redis==3.3.8
|
||||
psutil==5.6.7
|
||||
pymongo==3.10.1
|
||||
python-dateutil==2.8.1 # via arrow, botocore, iron-core
|
||||
pytz==2019.3 # via django
|
||||
redis==3.3.11
|
||||
requests==2.22.0 # via iron-core
|
||||
s3transfer==0.2.1 # via boto3
|
||||
six==1.12.0 # via blessed, python-dateutil
|
||||
s3transfer==0.3.1 # via boto3
|
||||
six==1.14.0 # via blessed, python-dateutil
|
||||
sqlparse==0.3.0 # via django
|
||||
urllib3==1.25.6 # via botocore, requests
|
||||
wcwidth==0.1.7 # via blessed
|
||||
urllib3==1.25.7 # via botocore, requests
|
||||
wcwidth==0.1.8 # via blessed
|
||||
|
||||
Reference in New Issue
Block a user