Skip to content

Commit

Permalink
Added Django and pytest to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Jun 17, 2012
1 parent c3abb59 commit e342736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def read(fname):
url='http://pytest-django.readthedocs.org/',
packages=['pytest_django'],
long_description=read('README.rst'),
install_requires=['pytest>=2.2.4', 'django>=1.3'],
classifiers=['Development Status :: 5 - Production/Stable',
'Framework :: Django',
'Intended Audience :: Developers',
Expand Down

0 comments on commit e342736

Please sign in to comment.