Skip to content

Commit 1176df2

Browse files
committed
proper specification for when to install and use regex.
1 parent 8bbe443 commit 1176df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_version():
5757
keywords='textile,text,html markup',
5858
install_requires=[
5959
'html5lib>=1.0.1',
60-
'regex ; python_implementation != PyPy',
60+
'regex>1.0; implementation_name != "pypy"',
6161
],
6262
extras_require={
6363
'develop': ['pytest', 'pytest-cov'],

0 commit comments

Comments
 (0)