We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90cc27 commit 4063c43Copy full SHA for 4063c43
requirements/production.txt
@@ -1,10 +1,10 @@
1
-r base.txt
2
elasticsearch==5.5.3
3
# Additional dependencies for Heroku, AWS, and Google Cloud deployment
4
-uwsgi>=2.0.17,<2.1
5
-psycopg[binary]>=3.2.2,<3.3
+uwsgi==2.0.17
+psycopg[binary]==3.2.2
6
whitenoise==6.6.0
7
-boto3>=1.37,<1.38
+boto3==1.37
8
google-cloud-storage==2.13.0
9
django-storages==1.14.2
10
# For retrieving credentials and signing requests to Elasticsearch
0 commit comments