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

Commit

Permalink
require django-storages>=1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Jan 30, 2018
1 parent ced213e commit 8f47529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
setup(
name='Collectfast',
description='A Faster Collectstatic',
version='0.6.0',
version='0.6.1',
long_description=open('README.rst').read(),
author='Anton Agestam',
author_email='msn@antonagestam.se',
packages=find_packages(),
url='https://github.com/antonagestam/collectfast/',
license='MIT License',
include_package_data=True,
install_requires=['Django>=1.8', 'django-storages'],
install_requires=['Django>=1.8', 'django-storages>=1.6'],
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 8f47529

Please sign in to comment.