Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Nov 7, 2024
1 parent 4d22546 commit a4a140f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pipenv/utils/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ def import_requirements(project, r=None, dev=False, categories=None):
project.add_package_to_pipfile(package, package_string, dev=dev)
else:
package_string = str(package.req)
if package.markers:
package_string += f" ; {package.markers}"
if categories:
for category in categories:
project.add_package_to_pipfile(
Expand Down

0 comments on commit a4a140f

Please sign in to comment.