mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 02:32:23 +02:00
Update six to 0.14.0 to make tox happy
This commit is contained in:
parent
1ddadc020d
commit
2f466b19f7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -69,7 +69,7 @@ setup(name='ihatemoney',
|
||||||
"Flask-WTF==0.14.2",
|
"Flask-WTF==0.14.2",
|
||||||
"itsdangerous==1.1.0",
|
"itsdangerous==1.1.0",
|
||||||
"Jinja2==2.10.1",
|
"Jinja2==2.10.1",
|
||||||
"six==1.12.0",
|
"six==1.14.0",
|
||||||
"WTForms==2.2.1",
|
"WTForms==2.2.1",
|
||||||
"Werkzeug==0.16.1",
|
"Werkzeug==0.16.1",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue