Skip to content

Commit

Permalink
I think this is
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Dec 18, 2024
1 parent 69e1cba commit 0293d42
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
boto3==1.24.73
botocore==1.27.73
click==8.1.3
click-pathlib==2020.3.13.0
cryptography==42.0.4
immutabledict==2.2.1
jwcrypto==1.5.6
prettytable==3.7.0
prompt-toolkit==3.0.40
PyNaCl==1.5.0
pytz==2022.2.1
PyYAML==6.0.2
questionary==1.10.0 # not mantained since 2018, can break anytime
requests==2.32.2
rich==13.6.0
rich-click==1.5.2
simplejson==3.17.6
tzlocal==4.2
zstandard==0.23.0
black==24.1.1
Sphinx==7.0.0
sphinx-rtd-theme==1.0.0
sphinx-click==4.0.0
pyinstaller # version not pinned due to latest used by release procedure
pylint==2.17.3
sphinx-copybutton==0.5.1
sphinxcontrib-svg2pdfconverter==1.2.2
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black==24.1.1
Sphinx==5.0.2
Sphinx==8.0.0
sphinx-rtd-theme==1.0.0
sphinx-click==4.0.0
pyinstaller # version not pinned due to latest used by release procedure
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ rich==13.6.0
rich-click==1.5.2
simplejson==3.17.6
tzlocal==4.2
zstandard==0.22.0
zstandard==0.23.0

0 comments on commit 0293d42

Please sign in to comment.