mirror of https://github.com/yandex/gixy
Fix pyparsing version due to incompatibility with 3.x
TL;DR: gixy does not work with latest pyparsing (3.x) versions, it fails with bogus parsing errors like: > ERROR Failed to parse config "/etc/nginx/nginx.conf": char 5 (line:1, col:6) or similar.pull/122/head
parent
641060d635
commit
e4a9609f79
|
@ -1,6 +1,6 @@
|
|||
pyparsing>=1.5.5
|
||||
pyparsing==2.4.7
|
||||
cached-property>=1.2.0
|
||||
argparse>=1.4.0
|
||||
six>=1.1.0
|
||||
Jinja2>=2.8
|
||||
ConfigArgParse>=0.11.0
|
||||
ConfigArgParse>=0.11.0
|
||||
|
|
Loading…
Reference in New Issue