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
Disconnect3d 2021-11-01 15:04:36 +01:00 committed by GitHub
parent 641060d635
commit e4a9609f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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