Skip to content

Commit 8459d79

Browse files
committed
Merge PR #41
This change adds an explicit declaration of the direct dependency on `py` project.
2 parents a2ef5e8 + a572fef commit 8459d79

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
@@ -19,7 +19,7 @@
1919
],
2020
},
2121
zip_safe=False,
22-
install_requires=['pytest>=3.1.0'],
22+
install_requires=['py', 'pytest>=3.1.0'],
2323
setup_requires=['setuptools_scm'],
2424
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
2525
classifiers=[

0 commit comments

Comments
 (0)