You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you have both pyparser and pyparsing in your requirements.txt. However, only pyparser is in the setup.py as a dependency. Moreover, I only see a use of the pyparsing library in the code.
It seems to me that onlypyparsing should be in the requirements.txtand in setup.py as a dependency. What do you all think?
I see you have both
pyparser
andpyparsing
in yourrequirements.txt
. However, onlypyparser
is in thesetup.py
as a dependency. Moreover, I only see a use of thepyparsing
library in the code.It seems to me that only
pyparsing
should be in therequirements.txt
and insetup.py
as a dependency. What do you all think?For reference:
pyparser
: Code: https://keep.imfreedom.org/grim/pyparser, PyPI: https://pypi.org/project/pyparser/pyparsing
: Code: https://github.com/pyparsing/pyparsing, PyPI: https://pypi.org/project/pyparsing/The text was updated successfully, but these errors were encountered: