Skip to content

Commit 1703f19

Browse files
committed
Update setup.py
fixes #9
1 parent 472fd13 commit 1703f19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def read_file(filename):
3737
],
3838
keywords='faker fixtures data test django',
3939
long_description=read_file('README.rst'),
40-
install_requires=['django','fake-factory>=0.2'],
41-
tests_require=['django','fake-factory>=0.2'],
40+
install_requires=['django','fake-factory==0.2'],
41+
tests_require=['django','fake-factory==0.2'],
4242
test_suite="runtests.runtests",
4343
zip_safe=False,
44-
)
44+
)

0 commit comments

Comments
 (0)