Skip to content

Commit d32e3d5

Browse files
authored
Merge pull request #10 from adamckay/comma-in-deps
Add missing comma to setup.py dependencies
2 parents 85740b1 + fdd10e2 commit d32e3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
license='BSD',
1414
packages=find_packages(exclude=('tests', 'example')),
1515
install_requires=[
16-
'django>=2.2'
16+
'django>=2.2',
1717
'django-debug-toolbar>=2.0',
1818
'line_profiler>=1.0b3',
1919
'six>=1.10',

0 commit comments

Comments
 (0)