Skip to content

Commit d7db2c8

Browse files
committed
Pin all the dependencies we use right now
1 parent 01afaff commit d7db2c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

astroid/__pkginfo__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
extras_require = {}
2424
install_requires = [
25-
"lazy_object_proxy",
26-
"six",
27-
"wrapt",
25+
"lazy_object_proxy==1.4.*",
26+
"six==1.12",
27+
"wrapt==1.11.*",
2828
'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and python_version<"3.8"',
2929
]
3030

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pylint: git+https://github.com/pycqa/pylint@master
1414
deps =
1515
pypy: backports.functools_lru_cache
1616
pypy: enum34
17-
lazy-object-proxy
17+
lazy-object-proxy==1.4.*
1818
; we have a brain for nose
1919
; we use pytest for tests
2020
nose
@@ -24,8 +24,8 @@ deps =
2424
pytest
2525
python-dateutil
2626
pypy: singledispatch
27-
six
28-
wrapt
27+
six==1.12
28+
wrapt==1.11.*
2929
coverage
3030

3131
setenv =

0 commit comments

Comments
 (0)