Skip to content

Commit

Permalink
fixing development.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Dec 14, 2015
1 parent 5610d9a commit 4e09d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def parse_requirements(path):
url='http://github.com/gabrielfalcao/httpretty',
zip_safe=False,
packages=find_packages(exclude=['*tests*']),
tests_require=parse_requirements('test-requirements.txt'),
tests_require=parse_requirements('development.txt'),
install_requires=install_requires,
dependency_links=dependency_links,
license='MIT',
Expand Down

0 comments on commit 4e09d5a

Please sign in to comment.