fixed requirements for bottle
This commit is contained in:
parent
b5d344c9fe
commit
6a7841c3f9
1 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
|
bottle==0.12.18
|
||||||
|
certifi==2019.11.28
|
||||||
|
chardet==3.0.4
|
||||||
Click==7.0
|
Click==7.0
|
||||||
Flask==1.1.1
|
idna==2.8
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.10.3
|
Jinja2==2.10.3
|
||||||
|
json2html==1.3.0
|
||||||
MarkupSafe==1.1.1
|
MarkupSafe==1.1.1
|
||||||
|
requests==2.22.0
|
||||||
|
urllib3==1.25.7
|
||||||
Werkzeug==0.16.0
|
Werkzeug==0.16.0
|
||||||
|
|
Loading…
Reference in a new issue