소스 검색

Version bump psycopg2 and uwsgi to try to prevent segfault on heroku

Matt Westcott 5 년 전
부모
커밋
973d7522dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      requirements/production.txt

+ 2 - 2
requirements/production.txt

@@ -4,8 +4,8 @@
 elasticsearch==2.4.1
 # Additional dependencies for Heroku deployment
 dj-database-url==0.4.1
-uwsgi==2.0.17.1
-psycopg2==2.7.3.1
+uwsgi>=2.0.17,<2.1
+psycopg2>=2.7,<3.0
 whitenoise==3.2.2
 boto3==1.9.189
 django-storages==1.7.1