Skip to content

Commit 1550aa9

Browse files
authored
Fix pyparsing in setup.py
1 parent ae9e7f9 commit 1550aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
setup(
66
name='plyse',
77
setup_requires = [
8-
'pyparsing',
8+
'pyparsing==2.4.0',
99
],
1010
install_requires = [
11-
'pyparsing',
11+
'pyparsing==2.4.0',
1212
],
1313
version='1.0.1',
1414
url='https://github.com/sebastiandev/plyse',

0 commit comments

Comments
 (0)