Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Merge 0d8637e into 514ae05
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Feb 16, 2020
2 parents 514ae05 + 0d8637e commit 9e106b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=[
"Django>=1.11",
"django-storages>=1.6",
"django-storages>=1.6,<1.9",
'typing;python_version<"3.5"',
"typing-extensions",
],
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Expand Up @@ -2,7 +2,7 @@ typing;python_version<"3.5"
typing-extensions
mock
coveralls
django-storages
django-storages<1.9
boto3
boto
google-cloud-storage
Expand Down

0 comments on commit 9e106b9

Please sign in to comment.