Skip to content

Commit f8c0c84

Browse files
committed
reqs are strings
1 parent e8bac44 commit f8c0c84

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ def readme():
2323
license='MIT',
2424

2525
packages=['transactions'],
26-
install_requires=[pytest>=3.2.1,
27-
pytest-mock>=1.6.2,
28-
SQLAlchemy>=1.2.2
29-
Flask-SQLAlchemy>=2.3],
30-
extras_require={'tests': [pytest-postgresql]},
26+
install_requires=['pytest>=3.2.1',
27+
'pytest-mock>=1.6.2',
28+
'SQLAlchemy>=1.2.2'
29+
'Flask-SQLAlchemy>=2.3'],
30+
extras_require={'tests': ['pytest-postgresql']},
3131
classifiers=[
3232
'Development Status :: 4 - Beta',
3333
'Environment :: Plugins',

0 commit comments

Comments
 (0)