Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions files/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ redis==3.5.3
celery>=5.1.0
cffi>=1.14.5
gevent>=21.12.0
ujson>=1.35
ujson>=5.4.0
urllib3>=1.19 # required to avoid issues with get_url module
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
pyasn1==0.4.8
#- six>=1.10.0 # try to fix error in dependencies with requests[security]
requests[security]>=2.12 # required to avoid issues with get_url module
requests>=2.31.0 # required to avoid issues with get_url module
Flask-Limiter==1.4
trio>=0.18.0
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
Flask>=1.1.4
Flask>=2.2.5
Flask-Login>=0.5.0
Flask-Bower>=1.3.0
Flask-Babel>=2.0.0
Expand All @@ -26,9 +26,12 @@ pluginbase>=1.0.0
tzlocal>=2.1
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
pyOpenSSL>=20.0.1
configobj>=5.0.6
configobj>=5.0.9
async_generator>=1.10
Click>=7.1.2
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
Werkzeug==2.0.2
cryptography==36.0.2
certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
Loading