blob: 8e3350f3fb57cb508efa0704eac41d77c2349783 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- astroid/__pkginfo__.py.orig 2019-11-06 18:41:21 UTC
+++ astroid/__pkginfo__.py
@@ -24,7 +24,7 @@ extras_require = {}
install_requires = [
"lazy_object_proxy==1.4.*",
"six~=1.12",
- "wrapt==1.11.*",
+ "wrapt>=1.11.0,<1.13",
'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
]
|