We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bac44 commit f8c0c84Copy full SHA for f8c0c84
setup.py
@@ -23,11 +23,11 @@ def readme():
23
license='MIT',
24
25
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]},
+ install_requires=['pytest>=3.2.1',
+ 'pytest-mock>=1.6.2',
+ 'SQLAlchemy>=1.2.2'
+ 'Flask-SQLAlchemy>=2.3'],
+ extras_require={'tests': ['pytest-postgresql']},
31
classifiers=[
32
'Development Status :: 4 - Beta',
33
'Environment :: Plugins',
0 commit comments