Skip to content

Commit a572fef

Browse files
committed
Add missing dependency on py
1 parent a2ef5e8 commit a572fef

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)