Drop astroid requirement

It is not needed.

Change-Id: Ia1851f2e162c7bf024349c17629cbaf70ea925cd
This commit is contained in:
Thomas Bechtold 2019-01-04 11:37:27 +01:00
parent 19dc769785
commit 6d37fa9940
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
alabaster==0.7.10
alembic==0.9.8
astroid==1.3.8
Babel==2.5.3
certifi==2018.1.18
chardet==3.0.4

View File

@ -1,7 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
astroid==1.6.5 # LGPLv2.1
flake8<2.6.0,>=2.5.4 # MIT
pylint==1.9.2 # GPLv2
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0