update requirements

This commit is contained in:
2023-04-14 13:14:22 -03:00
parent 0b16de5db8
commit b268f8a372
2 changed files with 9 additions and 7 deletions

View File

@ -1,2 +1,2 @@
__version__ = "3.0.1" __version__ = "3.0.2"

View File

@ -1,6 +1,8 @@
inquirer~=2.9.2 Flask==2.0.3
pexpect~=4.8.0 inquirer==3.1.3
pycryptodome~=3.15.0 pexpect==4.8.0
pyfzf~=0.3.1 pycryptodome==3.17
PyYAML~=6.0 pyfzf==0.3.1
setuptools~=61.3.1 PyYAML==6.0
setuptools==67.6.1
waitress==2.1.2