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 2ae749b commit 2405329Copy full SHA for 2405329
setup.py
@@ -19,7 +19,7 @@ def readme():
19
description='Run tests in transactions using pytest, Flask, and SQLalchemy.',
20
long_description=readme(),
21
license='MIT',
22
- version='0.0.1'
+ version='0.0.1',
23
packages=['transactions'],
24
install_requires=['pytest>=3.2.1',
25
'pytest-mock>=1.6.2',
0 commit comments