mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
update requirements
This commit is contained in:
parent
ea2d374d85
commit
288d05fda4
3 changed files with 6 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,6 +11,7 @@ devel.sh
|
|||
.ropeproject
|
||||
.pylintrc
|
||||
.pytest_cache
|
||||
.python-version
|
||||
dist
|
||||
_build
|
||||
.tags
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
Flask==0.12.4
|
||||
trio=0.6.0
|
||||
Flask==1.0.2
|
||||
Flask-Login==0.4.1
|
||||
Flask-Bower==1.3.0
|
||||
Flask-Babel==0.11.2
|
||||
Flask-WTF==0.14.2
|
||||
flask-restplus==0.10.1
|
||||
flask-restplus==0.11.0
|
||||
Flask-Caching==1.4.0
|
||||
WTForms==2.1
|
||||
arrow==0.12.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
trio==0.4.0
|
||||
trio==0.6.0
|
||||
Flask==1.0.2
|
||||
Flask-Login==0.4.1
|
||||
Flask-Bower==1.3.0
|
||||
|
|
@ -7,7 +7,7 @@ Flask-WTF==0.14.2
|
|||
flask-restplus==0.11.0
|
||||
Flask-Caching==1.4.0
|
||||
WTForms==2.1
|
||||
arrow==0.12.0
|
||||
arrow==0.12.1
|
||||
pluginbase==0.5
|
||||
tzlocal==1.5.1
|
||||
pyOpenSSL>=17.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue