Add project files.
This commit is contained in:
commit
eeda32a9b2
1735 changed files with 700598 additions and 0 deletions
0
env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py
vendored
Normal file
0
env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py
vendored
Normal file
6
env/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
vendored
Normal file
6
env/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
__all__ = ["Mapping", "Sequence"]
|
||||
|
||||
try:
|
||||
from collections.abc import Mapping, Sequence
|
||||
except ImportError:
|
||||
from collections import Mapping, Sequence
|
||||
Loading…
Add table
Add a link
Reference in a new issue