Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
fixes #9
  • Loading branch information
joke2k committed Mar 25, 2014
1 parent 472fd13 commit 1703f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def read_file(filename):
],
keywords='faker fixtures data test django',
long_description=read_file('README.rst'),
install_requires=['django','fake-factory>=0.2'],
tests_require=['django','fake-factory>=0.2'],
install_requires=['django','fake-factory==0.2'],
tests_require=['django','fake-factory==0.2'],
test_suite="runtests.runtests",
zip_safe=False,
)
)

0 comments on commit 1703f19

Please sign in to comment.