Compare commits
7 Commits
f812163300
...
310bc08154
Author | SHA1 | Date | |
---|---|---|---|
310bc08154 | |||
fb74484828 | |||
ec85943bf4 | |||
a88f9f9f50 | |||
af17701bd8 | |||
459101ba63 | |||
965d836d85 |
@ -1,7 +1,7 @@
|
|||||||
Flask~=2.1.2
|
Flask~=2.1.2
|
||||||
python-dotenv==0.21.0
|
python-dotenv==0.21.0
|
||||||
uwsgi==2.0.20
|
uwsgi==2.0.20
|
||||||
Flask_SQLAlchemy==2.5.1
|
Flask_SQLAlchemy==3.0.0
|
||||||
python-dotenv==0.21.0
|
python-dotenv==0.21.0
|
||||||
pymysql==1.0.2
|
pymysql==1.0.2
|
||||||
pyjwt==2.5.0
|
pyjwt==2.5.0
|
||||||
@ -11,7 +11,7 @@ bcrypt==4.0.0
|
|||||||
pytest~=7.1.2
|
pytest~=7.1.2
|
||||||
pytest-cov
|
pytest-cov
|
||||||
marshmallow~=3.18.0
|
marshmallow~=3.18.0
|
||||||
faker~=14.2.0
|
faker~=15.0.0
|
||||||
requests~=2.28.1
|
requests~=2.28.1
|
||||||
investpy~=1.0.8
|
investpy~=1.0.8
|
||||||
pandas~=1.5.0
|
pandas~=1.5.0
|
||||||
|
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
@ -295,13 +295,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/template-parser": {
|
"@angular-eslint/template-parser": {
|
||||||
"version": "14.1.1",
|
"version": "14.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz",
|
||||||
"integrity": "sha512-Uzk6zfkf3KHqnd7x12Gr68fUvRz4c7J2XNTDLM3WAYa/m2wO78/zyP/Nd4DCrqmQvsDyuDRgN8LY7msuoOA3rg==",
|
"integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular-eslint/bundled-angular-compiler": "14.1.1",
|
"@angular-eslint/bundled-angular-compiler": "14.1.2",
|
||||||
"eslint-scope": "^5.1.0"
|
"eslint-scope": "^5.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@angular-eslint/bundled-angular-compiler": {
|
||||||
|
"version": "14.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
|
||||||
|
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/utils": {
|
"@angular-eslint/utils": {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"@angular-eslint/eslint-plugin": "14.1.2",
|
"@angular-eslint/eslint-plugin": "14.1.2",
|
||||||
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
||||||
"@angular-eslint/schematics": "14.1.1",
|
"@angular-eslint/schematics": "14.1.1",
|
||||||
"@angular-eslint/template-parser": "14.1.1",
|
"@angular-eslint/template-parser": "14.1.2",
|
||||||
"@angular/cli": "~14.2.0",
|
"@angular/cli": "~14.2.0",
|
||||||
"@angular/compiler-cli": "~14.2.0",
|
"@angular/compiler-cli": "~14.2.0",
|
||||||
"@types/jasmine": "~4.3.0",
|
"@types/jasmine": "~4.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user