Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 411 Bytes

Detect Python dependencies

Scans through python files, collects all imports and filters out internal ones. Can be used to guess dependencies of projects, but every dependency should be manually examined, because of potential false positives like optional or fallback dependencies and dependencies only meant for specific python versions.

Examples

# python-detect-deps .
cryptography
requests
six