Skip to content

Commit

Permalink
Merge a441eb1 into 0342e79
Browse files Browse the repository at this point in the history
  • Loading branch information
treyhunner committed Jul 30, 2013
2 parents 0342e79 + a441eb1 commit 02a1ddd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from setuptools import setup, find_packages
from setuptools import setup
import os

setup(name='django-authorizenet',
Expand All @@ -25,4 +25,5 @@
).read().strip(),
test_suite='runtests.runtests',
tests_require=['httmock'],
install_requires=['requests', 'django>=1.4', 'django-relatives>=0.2.0'])
install_requires=['requests', 'django>=1.4.2',
'django-relatives>=0.3.1'])

0 comments on commit 02a1ddd

Please sign in to comment.