mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Update requirements.txt
This commit is contained in:
parent
de84f35f9d
commit
01cf56559b
2 changed files with 15 additions and 15 deletions
|
@ -1592,7 +1592,7 @@ class CommandTestCase(BaseTestCase):
|
||||||
patch('getpass.getpass', new=lambda prompt: 'secret'): # NOQA
|
patch('getpass.getpass', new=lambda prompt: 'secret'): # NOQA
|
||||||
cmd.run()
|
cmd.run()
|
||||||
print(stdout.getvalue())
|
print(stdout.getvalue())
|
||||||
self.assertEqual(len(stdout.getvalue().strip()), 187)
|
self.assertEqual(len(stdout.getvalue().strip()), 189)
|
||||||
|
|
||||||
def test_demo_project_deletion(self):
|
def test_demo_project_deletion(self):
|
||||||
self.create_project('demo')
|
self.create_project('demo')
|
||||||
|
|
|
@ -1,27 +1,27 @@
|
||||||
alembic==1.0.7
|
alembic==1.1.0
|
||||||
aniso8601==4.1.0
|
aniso8601==7.0.0
|
||||||
Babel==2.6.0
|
Babel==2.7.0
|
||||||
blinker==1.4
|
blinker==1.4
|
||||||
Click==7.0
|
Click==7.0
|
||||||
dnspython==1.16.0
|
dnspython==1.16.0
|
||||||
email-validator==1.0.3
|
email-validator==1.0.4
|
||||||
Flask==1.0.2
|
Flask==1.1.1
|
||||||
Flask-Babel==0.12.2
|
Flask-Babel==0.12.2
|
||||||
Flask-Cors==3.0.7
|
Flask-Cors==3.0.8
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail==0.9.1
|
||||||
Flask-Migrate==2.4.0
|
Flask-Migrate==2.5.2
|
||||||
Flask-RESTful==0.3.7
|
Flask-RESTful==0.3.7
|
||||||
Flask-Script==2.0.6
|
Flask-Script==2.0.6
|
||||||
Flask-SQLAlchemy==2.3.2
|
Flask-SQLAlchemy==2.4.0
|
||||||
Flask-WTF==0.14.2
|
Flask-WTF==0.14.2
|
||||||
idna==2.8
|
idna==2.8
|
||||||
itsdangerous==1.1.0
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.10
|
Jinja2==2.10.1
|
||||||
Mako==1.0.7
|
Mako==1.1.0
|
||||||
MarkupSafe==1.1.0
|
MarkupSafe==1.1.1
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
pytz==2018.9
|
pytz==2019.2
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
SQLAlchemy==1.2.18
|
SQLAlchemy==1.3.8
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.15.6
|
||||||
WTForms==2.2.1
|
WTForms==2.2.1
|
||||||
|
|
Loading…
Reference in a new issue