Skip to content

Commit 8e54161

Browse files
committed
typo
1 parent f8c0c84 commit 8e54161

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
@@ -25,7 +25,7 @@ def readme():
2525
packages=['transactions'],
2626
install_requires=['pytest>=3.2.1',
2727
'pytest-mock>=1.6.2',
28-
'SQLAlchemy>=1.2.2'
28+
'SQLAlchemy>=1.2.2',
2929
'Flask-SQLAlchemy>=2.3'],
3030
extras_require={'tests': ['pytest-postgresql']},
3131
classifiers=[

0 commit comments

Comments
 (0)