Skip to content

Commit

Permalink
Fix missing and outdated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Apr 4, 2024
1 parent 1c6be03 commit e8f654f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
appdirs==1.4.4
async-timeout==4.0.3
black==23.12.1
black==24.2.0
build==1.0.3
certifi==2023.11.17
cffi==1.16.0
Expand All @@ -15,6 +15,8 @@ distlib==0.3.7
docutils==0.20.1
dparse==0.6.3
filelock==3.13.1
flake8==7.0.0
Flake8-pyproject==1.2.3
funcsigs==0.4
gevent==22.10.2
greenlet==2.0.1
Expand All @@ -27,6 +29,7 @@ jaraco.classes==3.3.0
jeepney==0.8.0
keyring==24.3.0
markdown-it-py==3.0.0
mccabe==0.7.0
mdurl==0.1.2
mock==1.3.0
more-itertools==10.1.0
Expand All @@ -41,8 +44,9 @@ pbr==1.8.1
pkginfo==1.9.6
platformdirs==4.0.0
pre-commit==2.20.0
pycodestyle==2.11.1
pycparser==2.21
pyflakes==3.1.0
pyflakes==3.2.0
Pygments==2.17.2
pyparsing==3.1.1
pyproject_hooks==1.0.0
Expand Down

0 comments on commit e8f654f

Please sign in to comment.