pyupio / dparse

A parser for Python dependency files
MIT License
61 stars 23 forks source link

replace ConfigParser's 'readfp' by 'read_string' #69

Closed deronnax closed 1 year ago

deronnax commented 1 year ago

fixes DeprecationWarning: This method will be removed in Python 3.12. Use parser.read_file instead, and will marginally improve performance

deronnax commented 1 year ago

@yeisonvargasf can I have a workflow run on this one as well :) ?