Skip to content

Commit

Permalink
Remove our own copy of pyparsing, use pip's
Browse files Browse the repository at this point in the history
Ship less code to our users, and make pipenv smaller.
  • Loading branch information
oz123 committed Mar 28, 2023
1 parent 616f862 commit de983e1
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 10,495 deletions.
2 changes: 1 addition & 1 deletion pipenv/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def clean_initial_dict(cls, entry_dict):

@classmethod
def parse_pyparsing_exprs(cls, expr_iterable):
from pipenv.vendor.pyparsing import Literal, MatchFirst
from pipenv.patched.pip._vendor.pyparsing import Literal, MatchFirst

keys = []
expr_list = []
Expand Down
18 changes: 0 additions & 18 deletions pipenv/vendor/pyparsing/LICENSE

This file was deleted.

331 changes: 0 additions & 331 deletions pipenv/vendor/pyparsing/__init__.py

This file was deleted.

0 comments on commit de983e1

Please sign in to comment.