summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-24 23:22:28 +0200
committerGitHub <noreply@github.com>2023-04-24 23:22:28 +0200
commitaba2587b8ddc105d4c537dd900fd76fec789364c (patch)
treebb710c3082913fc57872836929efe17f3ff4a56e /pyproject.toml
parent75b4e73b3d3d854ffeda95f44889dc9b5d9dafca (diff)
downloadastroid-git-aba2587b8ddc105d4c537dd900fd76fec789364c.tar.gz
Remove ``laxy_object_proxy`` as dependency (#2139)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index dd136823..78da1117 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,6 @@ classifiers = [
]
requires-python = ">=3.8.0"
dependencies = [
- "lazy_object_proxy>=1.4.0",
"typing-extensions>=4.0.0;python_version<'3.11'",
]
dynamic = ["version"]
@@ -71,7 +70,6 @@ module = [
"_io.*",
"gi.*",
"importlib.*",
- "lazy_object_proxy.*",
"nose.*",
"numpy.*",
"pytest",