mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +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)
|
print('\n'.join(fmt.format(**item) if item['version'] else '{name}'.format(**item)
|
||||||
for item in imports))
|
for item in imports))
|
||||||
|
|
||||||
|
|
||||||
def get_imports_info(imports, pypi_server="https://pypi.python.org/pypi/", proxy=None):
|
def get_imports_info(imports, pypi_server="https://pypi.python.org/pypi/", proxy=None):
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user