mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
remove the replace method so the packages get passed properly
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@ def pep440_version(version):
|
||||
def pep423_name(name):
|
||||
"""Normalize package name to PEP 423 style standard."""
|
||||
|
||||
return name.lower().replace('_', '-')
|
||||
return name.lower()
|
||||
|
||||
|
||||
def proper_case(package_name):
|
||||
|
||||
Reference in New Issue
Block a user