Skip to content

Commit

Permalink
Update requirements. Should be using Django 1.2 (dev) now.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Cramer authored and David Cramer committed Jan 26, 2010
1 parent 32ab9fe commit 8949dba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-e svn+http://code.djangoproject.com/svn/django/trunk#egg=django
Jinja2
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
import os
from setuptools import setup, find_packages

import coffin

setup(name='Coffin',
version='.'.join(map(str, coffin.__version__)),
version=".".join(map(str, __import__("coffin").__version__)),
description='Jinja2 adapter for Django',
author='Christopher D. Leary',
author_email='[email protected]',
maintainer='David Cramer',
maintainer_email='[email protected]',
url='http://github.com/dcramer/coffin',
packages=find_packages(),
install_requires=['Jinja2', 'django>=1.0'],
#install_requires=['Jinja2', 'django>=1.2'],
classifiers=[
"Framework :: Django",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 8949dba

Please sign in to comment.