Skip to content

Commit

Permalink
Relax isodate requirement to 0.4 and 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Nov 1, 2015
1 parent 5aa5f36 commit 5984d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=1.4,<1.9
isodate==0.4.8
isodate>=0.4.7,<0.6
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name='codespeed',
version='0.10.1',
version='0.11.0a0',
author='Miquel Torres',
author_email='[email protected]',
url='https://github.com/tobami/codespeed',
download_url="https://github.com/tobami/codespeed/tags",
license='GNU Lesser General Public License version 2.1',
keywords=["benchmarking", "visualization"],
install_requires=['django>=1.4,<1.7', 'isodate==0.4.8', 'south<=2.0'],
install_requires=['django>=1.4,<1.8', 'isodate>=0.4.7,<0.6'],
packages=find_packages(exclude=['ez_setup', 'sample_project']),
description='A web application to monitor and analyze the performance of your code',
include_package_data=True,
Expand Down

0 comments on commit 5984d4a

Please sign in to comment.