mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
remove obsolete '=='
This commit is contained in:
parent
e5924d14b3
commit
5dc02aa2fa
@ -410,8 +410,6 @@ def dynamic_versioning(scheme, imports):
|
|||||||
symbol = ">="
|
symbol = ">="
|
||||||
elif scheme == "compat":
|
elif scheme == "compat":
|
||||||
symbol = "~="
|
symbol = "~="
|
||||||
else:
|
|
||||||
symbol = "=="
|
|
||||||
return imports, symbol
|
return imports, symbol
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user