summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-01 21:51:17 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-01 22:16:36 +0200
commitcff437ab3bfed3ec04958765ce4bd560a22c9220 (patch)
tree4b0f0e429f4c31a126eb8b662ac437ba6393b87b /pyproject.toml
parentc7b2be1c137847fa78df6d6bf7a1e2f75f0577d6 (diff)
downloadastroid-git-cff437ab3bfed3ec04958765ce4bd560a22c9220.tar.gz
Remove dependency on ``wrapt``
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7b212755..807c450c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -34,8 +34,6 @@ classifiers = [
requires-python = ">=3.7.2"
dependencies = [
"lazy_object_proxy>=1.4.0",
- "wrapt>=1.14,<2;python_version>='3.11'",
- "wrapt>=1.11,<2;python_version<'3.11'",
"typed-ast>=1.4.0,<2.0;implementation_name=='cpython' and python_version<'3.8'",
"typing-extensions>=4.0.0;python_version<'3.11'",
]
@@ -83,7 +81,6 @@ module = [
"numpy.*",
"pytest",
"setuptools",
- "wrapt.*",
]
ignore_missing_imports = true