Skip to content

Commit d005b40

Browse files
author
Kevin Deldycke
committed
Update layout.
1 parent 9f05e7d commit d005b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ def get_long_description():
4040
license='BSD',
4141

4242
install_requires=[
43-
'slumber >=0.6.0',
43+
'slumber >= 0.6.0',
4444
],
4545

4646
packages=find_packages(),
4747

4848
tests_require=[
49-
'httpretty >=0.8.0',
49+
'httpretty >= 0.8.0',
5050
],
5151
test_suite=MODULE_NAME + '.tests',
5252

0 commit comments

Comments
 (0)