pyupio / dparse

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

Fixing resolve nested files for Windows OS #59

Closed yeisonvargasf closed 2 years ago

yeisonvargasf commented 2 years ago

Remove the use of split and join to resolve paths, now we trust on PurePath from the pathlib standard library.