mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Update requirements.txt
Fixed dependency issues
This commit is contained in:
parent
3476367ee1
commit
1c1dcfc270
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ cffi==1.17.1
|
|||
chardet==5.1.0
|
||||
click==8.1.3
|
||||
cryptography==3.3.2; platform_machine == 'armv7l'
|
||||
cryptography==44.0.1; platform_machine != 'armv7l'
|
||||
cryptography==46.0.1; platform_machine != 'armv7l'
|
||||
cssutils==2.7.0
|
||||
defusedxml==0.7.1
|
||||
Flask==2.3.2
|
||||
|
|
@ -21,7 +21,7 @@ pluggy==1.0.0
|
|||
pycodestyle==2.10.0
|
||||
pycparser==2.22
|
||||
pyOpenSSL==19.1.0; platform_machine == 'armv7l'
|
||||
pyOpenSSL==24.2.1; platform_machine != 'armv7l'
|
||||
pyOpenSSL==25.3.0; platform_machine != 'armv7l'
|
||||
pyparsing==3.0.9
|
||||
PySocks==1.7.1
|
||||
pytest==7.2.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue