mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Update six to 0.14.0 to make tox happy
This commit is contained in:
parent
5ed3ae330f
commit
428ada4edf
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