We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01afaff commit d7db2c8Copy full SHA for d7db2c8
astroid/__pkginfo__.py
@@ -22,9 +22,9 @@
22
23
extras_require = {}
24
install_requires = [
25
- "lazy_object_proxy",
26
- "six",
27
- "wrapt",
+ "lazy_object_proxy==1.4.*",
+ "six==1.12",
+ "wrapt==1.11.*",
28
'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
29
]
30
tox.ini
@@ -14,7 +14,7 @@ pylint: git+https://github.com/pycqa/pylint@master
14
deps =
15
pypy: backports.functools_lru_cache
16
pypy: enum34
17
- lazy-object-proxy
+ lazy-object-proxy==1.4.*
18
; we have a brain for nose
19
; we use pytest for tests
20
nose
@@ -24,8 +24,8 @@ deps =
pytest
python-dateutil
pypy: singledispatch
- six
- wrapt
+ six==1.12
+ wrapt==1.11.*
coverage
31
setenv =
0 commit comments