소스 검색

fix requirements mismatch

JNaftali 4 년 전
부모
커밋
624f4419b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      requirements/production.txt

+ 1 - 1
requirements/production.txt

@@ -11,7 +11,7 @@ boto3==1.9.189
 google-cloud-storage==1.20.0
 django-storages>=1.8,<1.9
 # For retrieving credentials and signing requests to Elasticsearch
-botocore==1.12.33
+botocore>=1.12.33,<1.13
 aws-requests-auth==0.4.0
 django-redis==4.11.0
 django_cache_url==2.0.0