mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-07 03:55:22 +00:00
Readd func name
This commit is contained in:
parent
be52774e21
commit
b02ce25247
@ -194,6 +194,8 @@ def add_requirements_poetry(imports):
|
|||||||
os.system("poetry init -n -q")
|
os.system("poetry init -n -q")
|
||||||
os.system(poetry_command_cleaned)
|
os.system(poetry_command_cleaned)
|
||||||
|
|
||||||
|
|
||||||
|
def get_imports_info(imports, pypi_server="https://pypi.python.org/pypi/", proxy=None):
|
||||||
result = []
|
result = []
|
||||||
|
|
||||||
for item in imports:
|
for item in imports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user