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.
2 parents 58a30af + 2a470fc commit 88e3173Copy full SHA for 88e3173
requirements/deploy.txt
@@ -5,4 +5,4 @@ gunicorn==19.9.0
5
django-redis-cache==1.8.1
6
7
#For resizing images
8
-pillow
+pillow==5.4.1
requirements/pip.txt
@@ -48,7 +48,7 @@ httplib2==0.12.0
48
GitPython==2.1.10 # pyup: ignore
49
50
# Search
51
-elasticsearch==6.2.0
+elasticsearch==6.3.1
52
53
54
# elasticsearch-dsl==6.3.1 produces this error
requirements/testing.txt
@@ -5,7 +5,7 @@ django-dynamic-fixture==2.0.0
pytest==4.2.0
pytest-django==3.4.7
pytest-xdist==1.26.1
-pytest-cov
+pytest-cov==2.6.1
9
apipkg==1.5
10
execnet==1.5.0
11
@@ -22,4 +22,4 @@ pytest-mock==1.10.1
22
23
# local debugging tools
24
datadiff==2.0.0
25
-ipdb
+ipdb==0.11
0 commit comments