Update pipreqs.py

This commit is contained in:
Jonas Eschle 2025-04-07 18:02:59 +02:00 committed by GitHub
parent 36efbbe460
commit 58d62cb7b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,6 +110,7 @@ def get_all_imports(path, encoding="utf-8", extra_ignore_dirs=None, follow_links
"__pycache__",
"env",
"venv",
".venv",
".ipynb_checkpoints",
]