iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
91 stars 49 forks source link

dependencies are too tight specified #130

Open jupe opened 3 months ago

jupe commented 3 months ago

Currently projects get easily conflict with dependencies because md2cf specify exact dependency versions. e.g. "requests==2.31.0", has causing trouble in one of my project and I'm stuck on this version because of md2cd specify it. Could project allow minor/patch version updates and specify minimum version instead? e.g. could requests be "requests>=2.31.0, <3.0.0", instead ?