mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Begin function clean
This commit is contained in:
parent
d463b92810
commit
b6c53c6b02
@ -253,6 +253,8 @@ def parse_requirements(file_):
|
|||||||
|
|
||||||
return (modules, parameters)
|
return (modules, parameters)
|
||||||
|
|
||||||
|
def clean(file_, imports):
|
||||||
|
modules, parameters = parse_requirements(file_)
|
||||||
|
|
||||||
def init(args):
|
def init(args):
|
||||||
encoding = args.get('--encoding')
|
encoding = args.get('--encoding')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user