mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
refactor(pipreqs): pep8
This commit is contained in:
parent
74392c7bc6
commit
1a990b52d5
@ -127,6 +127,7 @@ def output_requirements(imports):
|
||||
print('\n'.join(fmt.format(**item) if item['version'] else '{name}'.format(**item)
|
||||
for item in imports))
|
||||
|
||||
|
||||
def get_imports_info(imports, pypi_server="https://pypi.python.org/pypi/", proxy=None):
|
||||
result = []
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user