From a9a446364abfd1173a8de5f32062f88691255398 Mon Sep 17 00:00:00 2001 From: Sergio Schvezov Date: Wed, 10 Jul 2024 16:07:49 -0300 Subject: [PATCH] chore: sort deps and add flake8 for tiobe/tics Sorting proved useful in removing dups like pycodestyle --- requirements-devel.txt | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/requirements-devel.txt b/requirements-devel.txt index 6f024a4b976..bc352880b27 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,3 +1,9 @@ +Deprecated==1.2.14 +PasteDeploy==3.1.0 +PyNaCl==1.5.0 +PyYAML==6.0.1 +SecretStorage==3.3.3 +WebOb==1.8.7 astroid==2.15.8 attrs==23.2.0 black==24.3.0 @@ -19,13 +25,13 @@ craft-parts==1.33.0 craft-providers==1.23.1 craft-store==2.6.2 cryptography==42.0.5 -Deprecated==1.2.14 dill==0.3.8 distlib==0.3.8 distro==1.9.0 docutils==0.19 filelock==3.13.3 fixtures==4.1.0 +flake8==7.1.0 gnupg==2.3.1 httplib2==0.22.0 hupper==1.12.1 @@ -44,54 +50,52 @@ lxml==5.0.0 macaroonbakery==1.3.4 mccabe==0.7.0 more-itertools==10.1.0 -mypy==1.8.0 mypy-extensions==1.0.0 +mypy==1.8.0 oauthlib==3.2.2 overrides==7.4.0 packaging==23.2 -PasteDeploy==3.1.0 pathspec==0.12.1 pbr==6.0.0 pexpect==4.9.0 -plaster==1.1.2 plaster-pastedeploy==1.0.1 +plaster==1.1.2 platformdirs==4.1.0 pluggy==1.3.0 progressbar==2.5 protobuf==3.20.3 psutil==5.9.8 ptyprocess==0.7.0 -pycodestyle==2.11.1 +pyRFC3339==1.1 +pycodestyle==2.12.0 pycparser==2.21 -pydantic==1.10.14 pydantic-yaml==0.11.2 +pydantic==1.10.14 pydocstyle==6.3.0 pyelftools==0.30 -pyflakes==3.1.0 +pyflakes==3.2.0 pyftpdlib==1.5.9 pygit2==1.13.3 +pyinstaller==5.13.2; sys.platform == "win32" pylxd==2.3.2 pymacaroons==0.13.0 -PyNaCl==1.5.0 pyparsing==3.1.2 pyproject-api==1.6.1 pyramid==2.0.2 -pyRFC3339==1.1 pyright==1.1.356 -pytest==7.4.4 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-subprocess==1.5.0 +pytest==7.4.4 +python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.4.0ubuntu1/python-apt_2.4.0ubuntu1.tar.xz; sys.platform == "linux" python-dateutil==2.8.2 python-debian==0.1.49 pytz==2023.4 pyxdg==0.28 -PyYAML==6.0.1 raven==6.10.0 -requests==2.31.0 requests-toolbelt==1.0.0 requests-unixsocket==0.3.0 -SecretStorage==3.3.3 +requests==2.31.0 simplejson==3.19.2 six==1.16.0 snap-helpers==0.4.2 @@ -118,12 +122,9 @@ validators==0.28.3 venusian==3.1.0 virtualenv==20.25.1 wadllib==1.3.6 -WebOb==1.8.7 wrapt==1.16.0 ws4py==0.5.1 yamllint==1.33.0 zipp==3.17.0 zope.deprecation==5.0 zope.interface==6.1 -python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.4.0ubuntu1/python-apt_2.4.0ubuntu1.tar.xz; sys.platform == "linux" -pyinstaller==5.13.2; sys.platform == "win32"