some conversions of repositories to Git

This commit is contained in:
Trilarion
2019-08-07 13:36:53 +02:00
parent b5ee111162
commit 105e0bfb3c
24 changed files with 207 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
"""
Where no requirements.txt or setup.py or other information is given, get an idea of the external dependencies
Where no requirements.txt or setup.py or other information is given for a Python project, get an idea of the external dependencies
by parsing the Python files and looking for import statements.
"""