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

require django-storages>=1.6 #125

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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