mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +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
|
||||
cmd.run()
|
||||
print(stdout.getvalue())
|
||||
self.assertEqual(len(stdout.getvalue().strip()), 187)
|
||||
self.assertEqual(len(stdout.getvalue().strip()), 189)
|
||||
|
||||
def test_demo_project_deletion(self):
|
||||
self.create_project('demo')
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
alembic==1.0.7
|
||||
aniso8601==4.1.0
|
||||
Babel==2.6.0
|
||||
alembic==1.1.0
|
||||
aniso8601==7.0.0
|
||||
Babel==2.7.0
|
||||
blinker==1.4
|
||||
Click==7.0
|
||||
dnspython==1.16.0
|
||||
email-validator==1.0.3
|
||||
Flask==1.0.2
|
||||
email-validator==1.0.4
|
||||
Flask==1.1.1
|
||||
Flask-Babel==0.12.2
|
||||
Flask-Cors==3.0.7
|
||||
Flask-Cors==3.0.8
|
||||
Flask-Mail==0.9.1
|
||||
Flask-Migrate==2.4.0
|
||||
Flask-Migrate==2.5.2
|
||||
Flask-RESTful==0.3.7
|
||||
Flask-Script==2.0.6
|
||||
Flask-SQLAlchemy==2.3.2
|
||||
Flask-SQLAlchemy==2.4.0
|
||||
Flask-WTF==0.14.2
|
||||
idna==2.8
|
||||
itsdangerous==1.1.0
|
||||
Jinja2==2.10
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.1.0
|
||||
Jinja2==2.10.1
|
||||
Mako==1.1.0
|
||||
MarkupSafe==1.1.1
|
||||
python-dateutil==2.8.0
|
||||
pytz==2018.9
|
||||
pytz==2019.2
|
||||
six==1.12.0
|
||||
SQLAlchemy==1.2.18
|
||||
Werkzeug==0.14.1
|
||||
SQLAlchemy==1.3.8
|
||||
Werkzeug==0.15.6
|
||||
WTForms==2.2.1
|
||||
|
|
Loading…
Reference in a new issue