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

Commit

Permalink
updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Sep 11, 2014
1 parent 504803c commit 48fbd47
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='Collectstatic on Steroids',
version='0.2.0',
version='0.2.1',
long_description=open('README.md').read(),
author='Anton Agestam',
author_email='msn@antonagestam.se',
packages=find_packages(),
url='https://github.com/FundedByMe/collectfast/',
license='Creative Commons Attribution-ShareAlike 3.0 Unported License',
include_package_data=True,
install_requires=['Django>=1.4', 'python-dateutil>=2.1', 'pytz>=2013b',],
install_requires=['Django>=1.4', 'python-dateutil>=2.1', 'pytz>=2014.2', ],
classifiers=['Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3']
)

0 comments on commit 48fbd47

Please sign in to comment.