war-and-code / jawfish

Tool for breaking into web applications.
MIT License
88 stars 19 forks source link

Fix dependency conflict for issue #10

Closed NeolithEra closed 5 years ago

NeolithEra commented 5 years ago

9

NeolithEra commented 5 years ago

@gingeleski Could you please help me review this issue?
Thank you very much!

BTW, dependency conflict problems are very common in practice in python ecosystem. I have encountered the issues several times. What's your oppinion on the challenges of detecting and repairing such issues? And how to avoid dependency conflict problems among python projects, especially from the ecosystem's perspective?