Skip to content

Commit

Permalink
Merge pull request #25 from abn/dependency-cleanup
Browse files Browse the repository at this point in the history
Cleanup vendored dependencies
  • Loading branch information
sdispater committed Apr 23, 2020
2 parents c7b924b + b24e32c commit e1c6978
Show file tree
Hide file tree
Showing 134 changed files with 315 additions and 13,704 deletions.
184 changes: 92 additions & 92 deletions poetry.lock

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions poetry/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
import sys


try:
from pathlib import Path
except ImportError:
# noinspection PyUnresolvedReferences
from pathlib2 import Path

__version__ = "1.0.0a5"

__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()

if __vendor_site__ not in sys.path:
sys.path.insert(0, __vendor_site__)
Empty file removed poetry/core/_vendor/__init__.py
Empty file.
278 changes: 0 additions & 278 deletions poetry/core/_vendor/attr/__init__.pyi

This file was deleted.

9 changes: 0 additions & 9 deletions poetry/core/_vendor/attr/_version_info.pyi

This file was deleted.

12 changes: 0 additions & 12 deletions poetry/core/_vendor/attr/converters.pyi

This file was deleted.

15 changes: 0 additions & 15 deletions poetry/core/_vendor/attr/exceptions.pyi

This file was deleted.

5 changes: 0 additions & 5 deletions poetry/core/_vendor/attr/filters.pyi

This file was deleted.

Loading

0 comments on commit e1c6978

Please sign in to comment.