Skip to content

Commit 9e0465e

Browse files
committed
Merge branch 'downgrade-storges' into rel
2 parents d039260 + f67b79d commit 9e0465e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/pip.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ django-cors-middleware==1.4.0
104104
user-agents==2.0
105105

106106
# Utilities used to upload build media to cloud storage
107-
django-storages==1.7.2 # pyup: <1.8
107+
# 1.7.2 blows up on our servers because of azure changes
108+
django-storages==1.7.1 # pyup: <1.7.2
108109

109110
# Required only in development and linting
110111
django-debug-toolbar==2.0

0 commit comments

Comments
 (0)