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 f8c0c84 commit 8e54161Copy full SHA for 8e54161
setup.py
@@ -25,7 +25,7 @@ def readme():
25
packages=['transactions'],
26
install_requires=['pytest>=3.2.1',
27
'pytest-mock>=1.6.2',
28
- 'SQLAlchemy>=1.2.2'
+ 'SQLAlchemy>=1.2.2',
29
'Flask-SQLAlchemy>=2.3'],
30
extras_require={'tests': ['pytest-postgresql']},
31
classifiers=[
0 commit comments