Skip to content

Commit

Permalink
chore: sort deps and add flake8 for tiobe/tics
Browse files Browse the repository at this point in the history
Sorting proved useful in removing dups like pycodestyle
  • Loading branch information
sergiusens committed Jul 10, 2024
1 parent 6b86188 commit e8184c8
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -44,54 +50,54 @@ 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.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
Expand All @@ -118,12 +124,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"

0 comments on commit e8184c8

Please sign in to comment.