Skip to content

Commit

Permalink
Fix pip import issue (#34)
Browse files Browse the repository at this point in the history
Pip internals have been shuffled around a bit in the last version which
broke this import.
  • Loading branch information
JonasSteur authored Jan 28, 2020
1 parent 7626d22 commit 432a660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from os import path
from djtriggers import __version__
from pip._internal.req.req_file import parse_requirements
from pip._internal.download import PipSession
from pip._internal.network.session import PipSession


# Lists of requirements and dependency links which are needed during runtime, testing and setup
Expand Down

0 comments on commit 432a660

Please sign in to comment.